#EFD294

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

Shades of Chamois #EFD294

Tints of Chamois #EFD294

Color information

#EFD294 (or 0xEFD294) is unknown color: approx Chamois. HEX triplet: EF, D2 and 94. RGB value is (239,210,148). Sum of RGB (Red+Green+Blue) = 239+210+148=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD294 is #102D6B. Grayscale: #D3D3D3. Windows color (decimal): -1060204 or 9753327. OLE color: 9753327.

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

Color convert

RGB239210148-
CMYK00.120.380.06
HSL40.88º73.98%75.88%-
HSV(B)40.88º38.08%93.73%-
XYZ63.9966.5837.5-
YUV211.692.11147.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 210 (82.42% from 255) = 35.18%
BLUE value IS 148 (58.20% from 255) = 24.79%
R=40.03%
G=35.18%
B=24.79%

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
Decimal23921014800.120.380.0640.8873.9875.88
HexEFD2940C266294a4c
Octal35732222401446651112114
Binary1110111111010010100101000110010011011010100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD294; }

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

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

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

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

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

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

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

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