COLOR #EEC69D

HEX: #EEC69D
RGB: (238,198,157)

Renk bilgisi

#EEC69D contains mainly red and green colors. #EEC69D ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EEC69D color RGB value is (238,198,157).

  • kırmız ton 238;
  • yeşil ton 198;
  • mavi ton 157.
RGB:
(238,198,157)
(93%,78%,62%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 198 of 255 = 78%
B 157 of 255 = 62%

238
198
157

R + G + B ~ 78%. #EEC69D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 198 + 157 = 593 (100%)
R 238 of 593 ~ 40.13%
G 198 of 593 ~ 33.39%
B 157 of 593 ~ 26.48%

%40.13
%33.39
%26.48

CMYK RENK MODELİ

#EEC69D rengi CMYK tonu (0,17,34,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.81%
  • sarı tonu 34.03%
  • ana renk tonu 6.67%
CMYK:
(0,17,34,7)
C0M17Y34K7 
(0%,17%,34%,7%)
(0.00/0.17/0.34/0.07)	

CMYK yüzdeleri

%0
%16.81
%34.03
%6.67

Codes

Color #EEC69D in popluar color models

EEC69D
RGB238198157
HSL30°70.43%77.45%
HSB/HSV30°34.03%93.33%
CMYK0.00%16.81%34.03%
6.67%

Color #EEC69D in popluar number systems.

HEXEEC69D
Decimal238198157
Binary111011101100011010011101
Octal356306235

Shades and tints

Shades of #EEC69D

#EEC69D
(238,198,157)
#D9B48F
(217,180,143)
#C4A281
(196,162,129)
#AF9073
(175,144,115)
#9A7E65
(154,126,101)
#856C57
(133,108,87)
#705A49
(112,90,73)
#5B483B
(91,72,59)
#46362D
(70,54,45)
#31241F
(49,36,31)
#1C1211
(28,18,17)
#000000
(0,0,0)

Tints of #EEC69D

#EEC69D
(238,198,157)
#EFCBA5
(239,203,165)
#F0D0AD
(240,208,173)
#F1D5B5
(241,213,181)
#F2DABD
(242,218,189)
#F3DFC5
(243,223,197)
#F4E4CD
(244,228,205)
#F5E9D5
(245,233,213)
#F6EEDD
(246,238,221)
#F7F3E5
(247,243,229)
#F8F8ED
(248,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC69D color. Also use rgb(238,198,157) instead hex code.

Text Font Color

.myTextColor { color: #EEC69D; }

<p style="color:#EEC69D">This sample text font color is #EEC69D.</p>

This text font color is #EEC69D.


Background Color

.myBgColor { background-color: #EEC69D; }

<div style="background-color:#EEC69D">Inner text</div>

This div background color is #EEC69D.


Border color

.myBorderColor { border: 1px solid #EEC69D; }

<div style="border:3px solid #EEC69D">Div</div>

This div border color is #EEC69D.


Opacity

.myOpacity80 { color: #EEC69D; opacity: 0.8; }

<p style="color:#EEC69D;opacity:0.8;">80%</p>

Text with #EEC69D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EEC69D;}

<p style="text-shadow: 3px 3px 1px #EEC69D">Text here.</p>

This text has shadow with #EEC69D color.

.textShadow {text-shadow: 3px 3px 1px #EEC69D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EEC69D, 5px 5px 20px red">Text here.</p>

This text has shadow with #EEC69D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEC69D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EEC69D, Direction=45, Strength=4)">Text</p>

This text has shadow with #EEC69D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EEC69D;
  -webkit-box-shadow:	1px 1px 3px 2px #EEC69D;
  box-shadow:		1px 1px 3px 2px #EEC69D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEC69D;
-webkit-box-shadow: 1px 1px 3px 2px #EEC69D;
box-shadow:1px 1px 3px 2px #EEC69D;">
Div content here</div>
This div box has shadow with color #EEC69D.

Preview

Color preview on black background

This text has color #EEC69D on black background.


Color preview on white background

This text has color #EEC69D on white background.



Black color preview on #EEC69D background

This text has black color on #EEC69D background.


White color preview on #EEC69D background

This text has white color on #EEC69D background.