Html Css Color HEX #EDD2AA Givry

📋 copy color: '#EDD2AA'

red 237 ◦ green 210 ◦ blue 170

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

Shades of Givry #EDD2AA

Tints of Givry #EDD2AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.55%

R = 38.41%
G = 34.04%
B = 27.55%

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

#EDD2AA (or 0xEDD2AA) is known color: Givry. HEX triplet: ED, D2 and AA. RGB value is (237,210,170). Sum of RGB (Red+Green+Blue) = 237+210+170=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD2AA is #122D55. Grayscale: #D5D5D5. Windows color (decimal): -1191254 or 11195117. OLE color: 11195117.

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

Color convert

RGB 237 210 170 -
CMYK 0 0.11 0.28 0.07
HSL 35.82º 0.65% 0.8% -
HSV(B) 35.82º 0.28% 0.93% -
XYZ 65.23 67 47.52 -
YUV 213.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 237 210 170 0 0.11 0.28 0.07 35.82 0.65 0.8
Hex ED D2 AA 0 B 1C 7 24 41 50
Octal 355 322 252 0 13 34 7 44 101 120
Binary 11101101 11010010 10101010 0 1011 11100 111 100100 1000001 1010000

Color Harmonies of #EDD2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2AA

Black with #EDD2AA

Text Example


Text Example

White with #EDD2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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