#EDD1B0

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

Shades of Givry #EDD1B0

Tints of Givry #EDD1B0

Color information

#EDD1B0 (or 0xEDD1B0) is unknown color: approx Givry. HEX triplet: ED, D1 and B0. RGB value is (237,209,176). Sum of RGB (Red+Green+Blue) = 237+209+176=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD1B0 is #122E4F. Grayscale: #D5D5D5. Windows color (decimal): -1191504 or 11588077. OLE color: 11588077.

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

Color convert

RGB237209176-
CMYK00.120.260.07
HSL32.46º62.89%80.98%-
HSV(B)32.46º25.74%92.94%-
XYZ65.5666.7450.5-
YUV213.61106.78144.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 209 (82.03% from 255) = 33.60%
BLUE value IS 176 (69.14% from 255) = 28.30%
R=38.10%
G=33.60%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720917600.120.260.0732.4662.8980.98
HexEDD1B00C1A7203f51
Octal3553212600143274077121
Binary11101101110100011011000001100110101111000001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD1B0; }

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

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

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

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

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

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

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

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