Html Css Color HEX #EDD2AB Givry

📋 copy color: '#EDD2AB'

red 237 ◦ green 210 ◦ blue 171

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

Shades of Givry #EDD2AB

Tints of Givry #EDD2AB

RGB

 RED value IS 237 (92.97% from 255) = 38.35%

 GREEN value IS 210 (82.42% from 255) = 33.98%

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

R = 38.35%
G = 33.98%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDD2AB (or 0xEDD2AB) is known color: Givry. HEX triplet: ED, D2 and AB. RGB value is (237,210,171). Sum of RGB (Red+Green+Blue) = 237+210+171=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD2AB is #122D54. Grayscale: #D5D5D5. Windows color (decimal): -1191253 or 11260653. OLE color: 11260653.

HSL color Cylindrical-coordinate representation of color #EDD2AB: hue angle of 35.45º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDD2AB is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 171 -
CMYK 0 0.11 0.28 0.07
HSL 35.45º 0.65% 0.8% -
HSV(B) 35.45º 0.28% 0.93% -
XYZ 65.32 67.04 48.02 -
YUV 213.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 237 210 171 0 0.11 0.28 0.07 35.45 0.65 0.8
Hex ED D2 AB 0 B 1C 7 23 41 50
Octal 355 322 253 0 13 34 7 43 101 120
Binary 11101101 11010010 10101011 0 1011 11100 111 100011 1000001 1010000

Color Harmonies of #EDD2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2AB

Black with #EDD2AB

Text Example


Text Example

White with #EDD2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2AB; }

 p { color: rgb(237,210,171); }

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

background-color css

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

 a { background-color: rgb(237,210,171); }

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

border-color css

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

 span { border-color: rgb(237,210,171); }

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