#EDD18F

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

Shades of Chamois #EDD18F

Tints of Chamois #EDD18F

Color information

#EDD18F (or 0xEDD18F) is unknown color: approx Chamois. HEX triplet: ED, D1 and 8F. RGB value is (237,209,143). Sum of RGB (Red+Green+Blue) = 237+209+143=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 143 (56.25% from 255 or 24.28% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD18F is #122E70. Grayscale: #D2D2D2. Windows color (decimal): -1191537 or 9425389. OLE color: 9425389.

HSL color Cylindrical-coordinate representation of color #EDD18F: hue angle of 42.13º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDD18F is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB237209143-
CMYK00.120.400.07
HSL42.13º72.31%74.51%-
HSV(B)42.13º39.66%92.94%-
XYZ62.6865.5935.34-
YUV209.8590.28147.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 209 (82.03% from 255) = 35.48%
BLUE value IS 143 (56.25% from 255) = 24.28%
R=40.24%
G=35.48%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720914300.120.400.0742.1372.3174.51
HexEDD18F0C2872a484b
Octal35532121701450752110113
Binary1110110111010001100011110110010100011110101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD18F; }

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

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

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

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

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

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

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

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