#EDC78F

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

Shades of Chamois #EDC78F

Tints of Chamois #EDC78F

Color information

#EDC78F (or 0xEDC78F) is unknown color: approx Chamois. HEX triplet: ED, C7 and 8F. RGB value is (237,199,143). Sum of RGB (Red+Green+Blue) = 237+199+143=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC78F is #123870. Grayscale: #CCCCCC. Windows color (decimal): -1194097 or 9422829. OLE color: 9422829.

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

Color convert

RGB237199143-
CMYK00.160.400.07
HSL35.74º72.31%74.51%-
HSV(B)35.74º39.66%92.94%-
XYZ60.3160.8334.55-
YUV203.9893.59151.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 199 (78.12% from 255) = 34.37%
BLUE value IS 143 (56.25% from 255) = 24.70%
R=40.93%
G=34.37%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719914300.160.400.0735.7472.3174.51
HexEDC78F01028724484b
Octal35530721702050744110113
Binary11101101110001111000111101000010100011110010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC78F; }

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

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

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

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

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

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

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

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