#EF8A62

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

Shades of Crusta #EF8A62

Tints of Crusta #EF8A62

Color information

#EF8A62 (or 0xEF8A62) is unknown color: approx Crusta. HEX triplet: EF, 8A and 62. RGB value is (239,138,98). Sum of RGB (Red+Green+Blue) = 239+138+98=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8A62 is #10759D. Grayscale: #A3A3A3. Windows color (decimal): -1078686 or 6458095. OLE color: 6458095.

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

Color convert

RGB23913898-
CMYK00.420.590.06
HSL17.02º81.5%66.08%-
HSV(B)17.02º59%93.73%-
XYZ46.8937.4116.3-
YUV163.6490.96181.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.32%
GREEN value IS 138 (54.30% from 255) = 29.05%
BLUE value IS 98 (38.67% from 255) = 20.63%
R=50.32%
G=29.05%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391389800.420.590.0617.0281.566.08
HexEF8A6202A3B6115242
Octal35721214205273621122102
Binary1110111110001010110001001010101110111101000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8A62; }

 p { color: rgb(239,138,98); }

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

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

 a { background-color: rgb(239,138,98); }

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

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

 span { border-color: rgb(239,138,98); }

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