#EFD18F

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

Shades of Chamois #EFD18F

Tints of Chamois #EFD18F

Color information

#EFD18F (or 0xEFD18F) is unknown color: approx Chamois. HEX triplet: EF, D1 and 8F. RGB value is (239,209,143). Sum of RGB (Red+Green+Blue) = 239+209+143=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 143 (56.25% from 255 or 24.20% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD18F is #102E70. Grayscale: #D2D2D2. Windows color (decimal): -1060465 or 9425391. OLE color: 9425391.

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

Color convert

RGB239209143-
CMYK00.130.400.06
HSL41.25º75%74.9%-
HSV(B)41.25º40.17%93.73%-
XYZ63.3565.9335.37-
YUV210.4589.94148.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 209 (82.03% from 255) = 35.36%
BLUE value IS 143 (56.25% from 255) = 24.20%
R=40.44%
G=35.36%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920914300.130.400.0641.257574.9
HexEFD18F0D286294b4b
Octal35732121701550651113113
Binary1110111111010001100011110110110100011010100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD18F; }

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

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

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

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

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

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

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

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