Html Css Color HEX #EAD1AB Givry

📋 copy color: '#EAD1AB'

red 234 ◦ green 209 ◦ blue 171

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

Shades of Givry #EAD1AB

Tints of Givry #EAD1AB

RGB

 RED value IS 234 (91.8% from 255) = 38.11%

 GREEN value IS 209 (82.03% from 255) = 34.04%

 BLUE value IS 171 (67.19% from 255) = 27.85%

R = 38.11%
G = 34.04%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EAD1AB (or 0xEAD1AB) is known color: Givry. HEX triplet: EA, D1 and AB. RGB value is (234,209,171). Sum of RGB (Red+Green+Blue) = 234+209+171=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD1AB is #152E54. Grayscale: #D4D4D4. Windows color (decimal): -1388117 or 11260394. OLE color: 11260394.

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

Color convert

RGB 234 209 171 -
CMYK 0 0.11 0.27 0.08
HSL 36.19º 0.6% 0.79% -
HSV(B) 36.19º 0.27% 0.92% -
XYZ 64.08 66.03 47.9 -
YUV 212.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 234 209 171 0 0.11 0.27 0.08 36.19 0.6 0.79
Hex EA D1 AB 0 B 1B 8 24 3C 4F
Octal 352 321 253 0 13 33 10 44 74 117
Binary 11101010 11010001 10101011 0 1011 11011 1000 100100 111100 1001111

Color Harmonies of #EAD1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD1AB

Black with #EAD1AB

Text Example


Text Example

White with #EAD1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD1AB; }

 p { color: rgb(234,209,171); }

 H1.HeaderClassName
 {
   color: #EAD1AB;
 }
 .AnyTagClassName
 {
   color: #EAD1AB;
 }
</style>

background-color css

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

 a { background-color: rgb(234,209,171); }

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

border-color css

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

 span { border-color: rgb(234,209,171); }

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