#EAD2AC

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

Shades of Givry #EAD2AC

Tints of Givry #EAD2AC

Color information

#EAD2AC (or 0xEAD2AC) is unknown color: approx Givry. HEX triplet: EA, D2 and AC. RGB value is (234,210,172). Sum of RGB (Red+Green+Blue) = 234+210+172=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD2AC is #152D53. Grayscale: #D5D5D5. Windows color (decimal): -1387860 or 11326186. OLE color: 11326186.

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

Color convert

RGB234210172-
CMYK00.100.260.08
HSL36.77º59.62%79.61%-
HSV(B)36.77º26.5%91.76%-
XYZ64.4266.5648.48-
YUV212.84104.95143.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 210 (82.42% from 255) = 34.09%
BLUE value IS 172 (67.58% from 255) = 27.92%
R=37.99%
G=34.09%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421017200.100.260.0836.7759.6279.61
HexEAD2AC0A1A8253c50
Octal35232225401232104574120
Binary111010101101001010101100010101101010001001011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2AC; }

 p { color: rgb(234,210,172); }

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

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

 a { background-color: rgb(234,210,172); }

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

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

 span { border-color: rgb(234,210,172); }

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