#E8CDAE

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

Shades of Givry #E8CDAE

Tints of Givry #E8CDAE

Color information

#E8CDAE (or 0xE8CDAE) is unknown color: approx Givry. HEX triplet: E8, CD and AE. RGB value is (232,205,174). Sum of RGB (Red+Green+Blue) = 232+205+174=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CDAE is #173251. Grayscale: #D1D1D1. Windows color (decimal): -1520210 or 11455976. OLE color: 11455976.

HSL color Cylindrical-coordinate representation of color #E8CDAE: hue angle of 32.07º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8CDAE is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB232205174-
CMYK00.120.250.09
HSL32.07º55.77%79.61%-
HSV(B)32.07º25%90.98%-
XYZ62.7563.8749.07-
YUV209.54107.95144.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.97%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=37.97%
G=33.55%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220517400.120.250.0932.0755.7779.61
HexE8CDAE0C199203850
Octal35031525601431114070120
Binary111010001100110110101110011001100110011000001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDAE; }

 p { color: rgb(232,205,174); }

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

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

 a { background-color: rgb(232,205,174); }

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

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

 span { border-color: rgb(232,205,174); }

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