#EDD2AB

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

Shades of Givry #EDD2AB

Tints of Givry #EDD2AB

Color information

#EDD2AB (or 0xEDD2AB) is unknown color: approx 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

RGB237210171-
CMYK00.110.280.07
HSL35.45º64.71%80%-
HSV(B)35.45º27.85%92.94%-
XYZ65.3267.0448.02-
YUV213.63103.95144.67-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721017100.110.280.0735.4564.7180
HexEDD2AB0B1C7234150
Octal35532225301334743101120
Binary111011011101001010101011010111110011110001110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>