#EED4AE

Color #EED4AE Givry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Givry #EED4AE

Tints of Givry #EED4AE

Color information

#EED4AE (or 0xEED4AE) is unknown color: approx Givry. HEX triplet: EE, D4 and AE. RGB value is (238,212,174). Sum of RGB (Red+Green+Blue) = 238+212+174=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED4AE is #112B51. Grayscale: #D7D7D7. Windows color (decimal): -1125202 or 11457774. OLE color: 11457774.

HSL color Cylindrical-coordinate representation of color #EED4AE: hue angle of 35.62º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EED4AE is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB238212174-
CMYK00.110.270.07
HSL35.62º65.31%80.78%-
HSV(B)35.62º26.89%93.33%-
XYZ66.4468.3249.73-
YUV215.44104.61144.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.14%
GREEN value IS 212 (83.20% from 255) = 33.97%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=38.14%
G=33.97%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821217400.110.270.0735.6265.3180.78
HexEED4AE0B1B7244151
Octal35632425601333744101121
Binary111011101101010010101110010111101111110010010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4AE; }

 p { color: rgb(238,212,174); }

 H1.HeaderClassName
 {
   color: #EED4AE;
 }
 .AnyTagClassName
 {
   color: #EED4AE;
 }
</style>
background-color css

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

 a { background-color: rgb(238,212,174); }

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

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

 span { border-color: rgb(238,212,174); }

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