#EFD198

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

Shades of Chamois #EFD198

Tints of Chamois #EFD198

Color information

#EFD198 (or 0xEFD198) is unknown color: approx Chamois. HEX triplet: EF, D1 and 98. RGB value is (239,209,152). Sum of RGB (Red+Green+Blue) = 239+209+152=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD198 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD198 is #102E67. Grayscale: #D3D3D3. Windows color (decimal): -1060456 or 10015215. OLE color: 10015215.

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

Color convert

RGB239209152-
CMYK00.130.360.06
HSL39.31º73.11%76.67%-
HSV(B)39.31º36.4%93.73%-
XYZ64.0666.2239.11-
YUV211.4794.44147.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 209 (82.03% from 255) = 34.83%
BLUE value IS 152 (59.77% from 255) = 25.33%
R=39.83%
G=34.83%
B=25.33%

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
Decimal23920915200.130.360.0639.3173.1176.67
HexEFD1980D24627494d
Octal35732123001544647111115
Binary1110111111010001100110000110110010011010011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD198; }

 p { color: rgb(239,209,152); }

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

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

 a { background-color: rgb(239,209,152); }

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

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

 span { border-color: rgb(239,209,152); }

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