#EAD5AC

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

Shades of Givry #EAD5AC

Tints of Givry #EAD5AC

Color information

#EAD5AC (or 0xEAD5AC) is unknown color: approx Givry. HEX triplet: EA, D5 and AC. RGB value is (234,213,172). Sum of RGB (Red+Green+Blue) = 234+213+172=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD5AC is #152A53. Grayscale: #D6D6D6. Windows color (decimal): -1387092 or 11326954. OLE color: 11326954.

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

Color convert

RGB234213172-
CMYK00.090.260.08
HSL39.68º59.62%79.61%-
HSV(B)39.68º26.5%91.76%-
XYZ65.1768.0648.73-
YUV214.6103.96141.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 213 (83.59% from 255) = 34.41%
BLUE value IS 172 (67.58% from 255) = 27.79%
R=37.80%
G=34.41%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421317200.090.260.0839.6859.6279.61
HexEAD5AC091A8283c50
Octal35232525401132105074120
Binary111010101101010110101100010011101010001010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5AC; }

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

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

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

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

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

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

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

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