#EACEAA

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

Shades of Givry #EACEAA

Tints of Givry #EACEAA

Color information

#EACEAA (or 0xEACEAA) is unknown color: approx Givry. HEX triplet: EA, CE and AA. RGB value is (234,206,170). Sum of RGB (Red+Green+Blue) = 234+206+170=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACEAA is #153155. Grayscale: #D2D2D2. Windows color (decimal): -1388886 or 11194090. OLE color: 11194090.

HSL color Cylindrical-coordinate representation of color #EACEAA: hue angle of 33.75º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EACEAA is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234206170-
CMYK00.120.270.08
HSL33.75º60.38%79.22%-
HSV(B)33.75º27.35%91.76%-
XYZ63.2664.5447.15-
YUV210.27105.28144.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 170 (66.80% from 255) = 27.87%
R=38.36%
G=33.77%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420617000.120.270.0833.7560.3879.22
HexEACEAA0C1B8223c4f
Octal35231625201433104274117
Binary111010101100111010101010011001101110001000101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEAA; }

 p { color: rgb(234,206,170); }

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

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

 a { background-color: rgb(234,206,170); }

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

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

 span { border-color: rgb(234,206,170); }

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