#E8CEAE

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

Shades of Givry #E8CEAE

Tints of Givry #E8CEAE

Color information

#E8CEAE (or 0xE8CEAE) is unknown color: approx Givry. HEX triplet: E8, CE and AE. RGB value is (232,206,174). Sum of RGB (Red+Green+Blue) = 232+206+174=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CEAE is #173151. Grayscale: #D2D2D2. Windows color (decimal): -1519954 or 11456232. OLE color: 11456232.

HSL color Cylindrical-coordinate representation of color #E8CEAE: hue angle of 33.1º 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 #E8CEAE is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB232206174-
CMYK00.110.250.09
HSL33.1º55.77%79.61%-
HSV(B)33.1º25%90.98%-
XYZ62.9964.3549.15-
YUV210.13107.61143.6-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.91%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 174 (68.36% from 255) = 28.43%
R=37.91%
G=33.66%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220617400.110.250.0933.155.7779.61
HexE8CEAE0B199213850
Octal35031625601331114170120
Binary111010001100111010101110010111100110011000011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CEAE; }

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

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

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

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

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

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

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

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