#EDD2AD

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

Shades of Givry #EDD2AD

Tints of Givry #EDD2AD

Color information

#EDD2AD (or 0xEDD2AD) is unknown color: approx Givry. HEX triplet: ED, D2 and AD. RGB value is (237,210,173). Sum of RGB (Red+Green+Blue) = 237+210+173=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD2AD is #122D52. Grayscale: #D6D6D6. Windows color (decimal): -1191251 or 11391725. OLE color: 11391725.

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

Color convert

RGB237210173-
CMYK00.110.270.07
HSL34.69º64%80.39%-
HSV(B)34.69º27%92.94%-
XYZ65.5167.1149.04-
YUV213.86104.95144.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 210 (82.42% from 255) = 33.87%
BLUE value IS 173 (67.97% from 255) = 27.90%
R=38.23%
G=33.87%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721017300.110.270.0734.696480.39
HexEDD2AD0B1B7234050
Octal35532225501333743100120
Binary111011011101001010101101010111101111110001110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2AD; }

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

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

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

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

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

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

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

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