#EDD2B1

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

Shades of Givry #EDD2B1

Tints of Givry #EDD2B1

Color information

#EDD2B1 (or 0xEDD2B1) is unknown color: approx Givry. HEX triplet: ED, D2 and B1. RGB value is (237,210,177). Sum of RGB (Red+Green+Blue) = 237+210+177=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 177 (69.53% from 255 or 28.37% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD2B1 is #122D4E. Grayscale: #D6D6D6. Windows color (decimal): -1191247 or 11653869. OLE color: 11653869.

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

Color convert

RGB237210177-
CMYK00.110.250.07
HSL33º62.5%81.18%-
HSV(B)33º25.32%92.94%-
XYZ65.9167.2751.11-
YUV214.31106.95144.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 210 (82.42% from 255) = 33.65%
BLUE value IS 177 (69.53% from 255) = 28.37%
R=37.98%
G=33.65%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721017700.110.250.073362.581.18
HexEDD2B10B197213e51
Octal3553222610133174176121
Binary11101101110100101011000101011110011111000011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2B1; }

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

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

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

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

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

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

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

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