#EED7AE

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

Shades of Givry #EED7AE

Tints of Givry #EED7AE

Color information

#EED7AE (or 0xEED7AE) is unknown color: approx Givry. HEX triplet: EE, D7 and AE. RGB value is (238,215,174). Sum of RGB (Red+Green+Blue) = 238+215+174=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED7AE is #112851. Grayscale: #D9D9D9. Windows color (decimal): -1124434 or 11458542. OLE color: 11458542.

HSL color Cylindrical-coordinate representation of color #EED7AE: hue angle of 38.44º 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 #EED7AE is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB238215174-
CMYK00.100.270.07
HSL38.44º65.31%80.78%-
HSV(B)38.44º26.89%93.33%-
XYZ67.269.8349.98-
YUV217.2103.62142.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.96%
GREEN value IS 215 (84.38% from 255) = 34.29%
BLUE value IS 174 (68.36% from 255) = 27.75%
R=37.96%
G=34.29%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821517400.100.270.0738.4465.3180.78
HexEED7AE0A1B7264151
Octal35632725601233746101121
Binary111011101101011110101110010101101111110011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED7AE; }

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

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

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

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

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

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

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

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