#EDD0B1

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

Shades of Givry #EDD0B1

Tints of Givry #EDD0B1

Color information

#EDD0B1 (or 0xEDD0B1) is unknown color: approx Givry. HEX triplet: ED, D0 and B1. RGB value is (237,208,177). Sum of RGB (Red+Green+Blue) = 237+208+177=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 177 (69.53% from 255 or 28.46% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0B1 is #122F4E. Grayscale: #D5D5D5. Windows color (decimal): -1191759 or 11653357. OLE color: 11653357.

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

Color convert

RGB237208177-
CMYK00.120.250.07
HSL31º62.5%81.18%-
HSV(B)31º25.32%92.94%-
XYZ65.4266.2950.94-
YUV213.14107.61145.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 208 (81.64% from 255) = 33.44%
BLUE value IS 177 (69.53% from 255) = 28.46%
R=38.10%
G=33.44%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720817700.120.250.073162.581.18
HexEDD0B10C1971f3e51
Octal3553202610143173776121
Binary1110110111010000101100010110011001111111111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0B1; }

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

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

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

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

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

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

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

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