#EFD293

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

Shades of Chamois #EFD293

Tints of Chamois #EFD293

Color information

#EFD293 (or 0xEFD293) is unknown color: approx Chamois. HEX triplet: EF, D2 and 93. RGB value is (239,210,147). Sum of RGB (Red+Green+Blue) = 239+210+147=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD293 is #102D6C. Grayscale: #D3D3D3. Windows color (decimal): -1060205 or 9687791. OLE color: 9687791.

HSL color Cylindrical-coordinate representation of color #EFD293: hue angle of 41.09º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFD293 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB239210147-
CMYK00.120.380.06
HSL41.09º74.19%75.69%-
HSV(B)41.09º38.49%93.73%-
XYZ63.9166.5537.08-
YUV211.4991.61147.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 210 (82.42% from 255) = 35.23%
BLUE value IS 147 (57.81% from 255) = 24.66%
R=40.10%
G=35.23%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921014700.120.380.0641.0974.1975.69
HexEFD2930C266294a4c
Octal35732222301446651112114
Binary1110111111010010100100110110010011011010100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD293; }

 p { color: rgb(239,210,147); }

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

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

 a { background-color: rgb(239,210,147); }

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

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

 span { border-color: rgb(239,210,147); }

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