#EFD28F

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

Shades of Chamois #EFD28F

Tints of Chamois #EFD28F

Color information

#EFD28F (or 0xEFD28F) is unknown color: approx Chamois. HEX triplet: EF, D2 and 8F. RGB value is (239,210,143). Sum of RGB (Red+Green+Blue) = 239+210+143=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD28F is #102D70. Grayscale: #D3D3D3. Windows color (decimal): -1060209 or 9425647. OLE color: 9425647.

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

Color convert

RGB239210143-
CMYK00.120.400.06
HSL41.88º75%74.9%-
HSV(B)41.88º40.17%93.73%-
XYZ63.666.4335.46-
YUV211.0389.61147.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 210 (82.42% from 255) = 35.47%
BLUE value IS 143 (56.25% from 255) = 24.16%
R=40.37%
G=35.47%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921014300.120.400.0641.887574.9
HexEFD28F0C2862a4b4b
Octal35732221701450652113113
Binary1110111111010010100011110110010100011010101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD28F; }

 p { color: rgb(239,210,143); }

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

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

 a { background-color: rgb(239,210,143); }

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

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

 span { border-color: rgb(239,210,143); }

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