#EFC990

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

Shades of Chamois #EFC990

Tints of Chamois #EFC990

Color information

#EFC990 (or 0xEFC990) is unknown color: approx Chamois. HEX triplet: EF, C9 and 90. RGB value is (239,201,144). Sum of RGB (Red+Green+Blue) = 239+201+144=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC990 is #10366F. Grayscale: #CECECE. Windows color (decimal): -1062512 or 9488879. OLE color: 9488879.

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

Color convert

RGB239201144-
CMYK00.160.400.06
HSL36º74.8%75.1%-
HSV(B)36º39.75%93.73%-
XYZ61.5262.1435.14-
YUV205.8693.09151.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.92%
GREEN value IS 201 (78.91% from 255) = 34.42%
BLUE value IS 144 (56.64% from 255) = 24.66%
R=40.92%
G=34.42%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920114400.160.400.063674.875.1
HexEFC990010286244b4b
Octal35731122002050644113113
Binary11101111110010011001000001000010100011010010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC990; }

 p { color: rgb(239,201,144); }

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

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

 a { background-color: rgb(239,201,144); }

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

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

 span { border-color: rgb(239,201,144); }

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