#EDD9B0

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

Shades of Givry #EDD9B0

Tints of Givry #EDD9B0

Color information

#EDD9B0 (or 0xEDD9B0) is unknown color: approx Givry. HEX triplet: ED, D9 and B0. RGB value is (237,217,176). Sum of RGB (Red+Green+Blue) = 237+217+176=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD9B0 is #12264F. Grayscale: #DADADA. Windows color (decimal): -1189456 or 11590125. OLE color: 11590125.

HSL color Cylindrical-coordinate representation of color #EDD9B0: hue angle of 40.33º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDD9B0 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237217176-
CMYK00.080.260.07
HSL40.33º62.89%80.98%-
HSV(B)40.33º25.74%92.94%-
XYZ67.5770.7651.17-
YUV218.31104.13141.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 217 (85.16% from 255) = 34.44%
BLUE value IS 176 (69.14% from 255) = 27.94%
R=37.62%
G=34.44%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721717600.080.260.0740.3362.8980.98
HexEDD9B0081A7283f51
Octal3553312600103275077121
Binary11101101110110011011000001000110101111010001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9B0; }

 p { color: rgb(237,217,176); }

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

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

 a { background-color: rgb(237,217,176); }

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

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

 span { border-color: rgb(237,217,176); }

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