#efd097

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

Shades of Chamois #EFD097

Tints of Chamois #EFD097

Color information

#EFD097 (or 0xEFD097) is unknown color: approx Chamois. HEX triplet: EF, D0 and 97. RGB value is (239,208,151). Sum of RGB (Red+Green+Blue) = 239+208+151=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD097 is #102F68. Grayscale: #D3D3D3. Windows color (decimal): -1060713 or 9949423. OLE color: 9949423.

HSL color Cylindrical-coordinate representation of color #EFD097: hue angle of 38.86º degrees, saturation: 0.73, 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 #EFD097 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB239208151-
CMYK00.130.370.06
HSL38.86º73.33%76.47%-
HSV(B)38.86º36.82%93.73%-
XYZ63.7465.738.6-
YUV210.7794.27148.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 208 (81.64% from 255) = 34.78%
BLUE value IS 151 (59.38% from 255) = 25.25%
R=39.97%
G=34.78%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920815100.130.370.0638.8673.3376.47
HexEFD0970D25627494c
Octal35732022701545647111114
Binary1110111111010000100101110110110010111010011110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efd097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efd097; }

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

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

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

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

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

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

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

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