#EFD296

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

Shades of Chamois #EFD296

Tints of Chamois #EFD296

Color information

#EFD296 (or 0xEFD296) is unknown color: approx Chamois. HEX triplet: EF, D2 and 96. RGB value is (239,210,150). Sum of RGB (Red+Green+Blue) = 239+210+150=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD296 is #102D69. Grayscale: #D4D4D4. Windows color (decimal): -1060202 or 9884399. OLE color: 9884399.

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

Color convert

RGB239210150-
CMYK00.120.370.06
HSL40.45º73.55%76.27%-
HSV(B)40.45º37.24%93.73%-
XYZ64.1566.6538.34-
YUV211.8393.11147.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.90%
GREEN value IS 210 (82.42% from 255) = 35.06%
BLUE value IS 150 (58.98% from 255) = 25.04%
R=39.90%
G=35.06%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921015000.120.370.0640.4573.5576.27
HexEFD2960C256284a4c
Octal35732222601445650112114
Binary1110111111010010100101100110010010111010100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD296; }

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

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

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

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

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

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

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

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