#EDD09B

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

Shades of Chamois #EDD09B

Tints of Chamois #EDD09B

Color information

#EDD09B (or 0xEDD09B) is unknown color: approx Chamois. HEX triplet: ED, D0 and 9B. RGB value is (237,208,155). Sum of RGB (Red+Green+Blue) = 237+208+155=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD09B is #122F64. Grayscale: #D2D2D2. Windows color (decimal): -1191781 or 10211565. OLE color: 10211565.

HSL color Cylindrical-coordinate representation of color #EDD09B: hue angle of 38.78º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDD09B is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237208155-
CMYK00.120.350.07
HSL38.78º69.49%76.86%-
HSV(B)38.78º34.6%92.94%-
XYZ63.465.4840.31-
YUV210.6396.61146.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.5%
GREEN value IS 208 (81.64% from 255) = 34.67%
BLUE value IS 155 (60.94% from 255) = 25.83%
R=39.5%
G=34.67%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720815500.120.350.0738.7869.4976.86
HexEDD09B0C23727454d
Octal35532023301443747105115
Binary1110110111010000100110110110010001111110011110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD09B; }

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

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

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

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

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

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

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

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