Html Css Color HEX #EAD2AC Givry

📋 copy color: '#EAD2AC'

red 234 ◦ green 210 ◦ blue 172

#EAD2AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Givry #EAD2AC

Tints of Givry #EAD2AC

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EAD2AC (or 0xEAD2AC) is known color: 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

RGB 234 210 172 -
CMYK 0 0.10 0.26 0.08
HSL 36.77º 0.6% 0.8% -
HSV(B) 36.77º 0.26% 0.92% -
XYZ 64.42 66.56 48.48 -
YUV 212.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 234 210 172 0 0.10 0.26 0.08 36.77 0.6 0.8
Hex EA D2 AC 0 A 1A 8 25 3C 50
Octal 352 322 254 0 12 32 10 45 74 120
Binary 11101010 11010010 10101100 0 1010 11010 1000 100101 111100 1010000

Color Harmonies of #EAD2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD2AC

Black with #EAD2AC

Text Example


Text Example

White with #EAD2AC

Text Example


Text Example

HTML Codes & Css Web 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>