Html Css Color HEX #EECD94 Chamois

📋 copy color: '#EECD94'

red 238 ◦ green 205 ◦ blue 148

#EECD94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chamois #EECD94

Tints of Chamois #EECD94

RGB

 RED value IS 238 (93.36% from 255) = 40.27%

 GREEN value IS 205 (80.47% from 255) = 34.69%

 BLUE value IS 148 (58.2% from 255) = 25.04%

R = 40.27%
G = 34.69%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EECD94 (or 0xEECD94) is known color: Chamois. HEX triplet: EE, CD and 94. RGB value is (238,205,148). Sum of RGB (Red+Green+Blue) = 238+205+148=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECD94 is #11326B. Grayscale: #D0D0D0. Windows color (decimal): -1127020 or 9752046. OLE color: 9752046.

HSL color Cylindrical-coordinate representation of color #EECD94: hue angle of 38º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EECD94 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 205 148 -
CMYK 0 0.14 0.38 0.07
HSL 38º 0.73% 0.76% -
HSV(B) 38º 0.38% 0.93% -
XYZ 62.44 63.98 37.08 -
YUV 208.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 238 205 148 0 0.14 0.38 0.07 38 0.73 0.76
Hex EE CD 94 0 E 26 7 26 49 4C
Octal 356 315 224 0 16 46 7 46 111 114
Binary 11101110 11001101 10010100 0 1110 100110 111 100110 1001001 1001100

Color Harmonies of #EECD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD94

Black with #EECD94

Text Example


Text Example

White with #EECD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD94; }

 p { color: rgb(238,205,148); }

 H1.HeaderClassName
 {
   color: #EECD94;
 }
 .AnyTagClassName
 {
   color: #EECD94;
 }
</style>

background-color css

<style>
 a { background-color: #EECD94; }

 a { background-color: rgb(238,205,148); }

 div.DivClassName
 {
   background-color: #EECD94;
 }
 .BgClassName
 {
   background-color: #EECD94;
 }
</style>

border-color css

<style>
 span { border-color: #EECD94; }

 span { border-color: rgb(238,205,148); }

 td.TdClassName
 {
   border-color: #EECD94;
 }
 .TagClassName
 {
   border-color: #EECD94;
 }
</style>