#EFD09A

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

Shades of Chamois #EFD09A

Tints of Chamois #EFD09A

Color information

#EFD09A (or 0xEFD09A) is unknown color: approx Chamois. HEX triplet: EF, D0 and 9A. RGB value is (239,208,154). Sum of RGB (Red+Green+Blue) = 239+208+154=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 154 (60.55% from 255 or 25.62% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD09A is #102F65. Grayscale: #D3D3D3. Windows color (decimal): -1060710 or 10146031. OLE color: 10146031.

HSL color Cylindrical-coordinate representation of color #EFD09A: hue angle of 38.12º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFD09A is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239208154-
CMYK00.130.360.06
HSL38.12º72.65%77.06%-
HSV(B)38.12º35.56%93.73%-
XYZ63.9965.839.9-
YUV211.1195.77147.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 154 (60.55% from 255) = 25.62%
R=39.77%
G=34.61%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920815400.130.360.0638.1272.6577.06
HexEFD09A0D24626494d
Octal35732023201544646111115
Binary1110111111010000100110100110110010011010011010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD09A; }

 p { color: rgb(239,208,154); }

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

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

 a { background-color: rgb(239,208,154); }

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

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

 span { border-color: rgb(239,208,154); }

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