#EF805B

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

Shades of Crusta #EF805B

Tints of Crusta #EF805B

Color information

#EF805B (or 0xEF805B) is unknown color: approx Crusta. HEX triplet: EF, 80 and 5B. RGB value is (239,128,91). Sum of RGB (Red+Green+Blue) = 239+128+91=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF805B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF805B is #107FA4. Grayscale: #9D9D9D. Windows color (decimal): -1081253 or 5996783. OLE color: 5996783.

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

Color convert

RGB23912891-
CMYK00.460.620.06
HSL15º82.22%64.71%-
HSV(B)15º61.92%93.73%-
XYZ45.234.5414.18-
YUV156.9790.77186.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.18%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 91 (35.94% from 255) = 19.87%
R=52.18%
G=27.95%
B=19.87%

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
Decimal2391289100.460.620.061582.2264.71
HexEF805B02E3E6f5241
Octal35720013305676617122101
Binary111011111000000010110110101110111110110111110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF805B; }

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

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

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

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

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

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

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

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