#EF805C

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

Shades of Crusta #EF805C

Tints of Crusta #EF805C

Color information

#EF805C (or 0xEF805C) is unknown color: approx Crusta. HEX triplet: EF, 80 and 5C. RGB value is (239,128,92). Sum of RGB (Red+Green+Blue) = 239+128+92=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF805C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF805C is #107FA3. Grayscale: #9D9D9D. Windows color (decimal): -1081252 or 6062319. OLE color: 6062319.

HSL color Cylindrical-coordinate representation of color #EF805C: hue angle of 14.69º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF805C is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB23912892-
CMYK00.460.620.06
HSL14.69º82.12%64.9%-
HSV(B)14.69º61.51%93.73%-
XYZ45.2534.5614.41-
YUV157.0891.27186.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.07%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 92 (36.33% from 255) = 20.04%
R=52.07%
G=27.89%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391289200.460.620.0614.6982.1264.9
HexEF805C02E3E6f5241
Octal35720013405676617122101
Binary111011111000000010111000101110111110110111110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF805C; }

 p { color: rgb(239,128,92); }

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

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

 a { background-color: rgb(239,128,92); }

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

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

 span { border-color: rgb(239,128,92); }

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