#EF8062

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

Shades of Crusta #EF8062

Tints of Crusta #EF8062

Color information

#EF8062 (or 0xEF8062) is unknown color: approx Crusta. HEX triplet: EF, 80 and 62. RGB value is (239,128,98). Sum of RGB (Red+Green+Blue) = 239+128+98=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8062 is #107F9D. Grayscale: #9E9E9E. Windows color (decimal): -1081246 or 6455535. OLE color: 6455535.

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

Color convert

RGB23912898-
CMYK00.460.590.06
HSL12.77º81.5%66.08%-
HSV(B)12.77º59%93.73%-
XYZ45.5234.6715.85-
YUV157.7794.27185.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.40%
GREEN value IS 128 (50.39% from 255) = 27.53%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=51.40%
G=27.53%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391289800.460.590.0612.7781.566.08
HexEF806202E3B6d5242
Octal35720014205673615122102
Binary111011111000000011000100101110111011110110110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8062; }

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

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

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

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

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

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

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

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