#ef805e

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

Shades of Crusta #EF805E

Tints of Crusta #EF805E

Color information

#EF805E (or 0xEF805E) is unknown color: approx Crusta. HEX triplet: EF, 80 and 5E. RGB value is (239,128,94). Sum of RGB (Red+Green+Blue) = 239+128+94=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF805E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF805E is #107FA1. Grayscale: #9D9D9D. Windows color (decimal): -1081250 or 6193391. OLE color: 6193391.

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

Color convert

RGB23912894-
CMYK00.460.610.06
HSL14.07º81.92%65.29%-
HSV(B)14.07º60.67%93.73%-
XYZ45.3434.614.88-
YUV157.3192.27186.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.84%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 94 (37.11% from 255) = 20.39%
R=51.84%
G=27.77%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391289400.460.610.0614.0781.9265.29
HexEF805E02E3D6e5241
Octal35720013605675616122101
Binary111011111000000010111100101110111101110111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef805e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef805e; }

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

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

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

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

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

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

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

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