#EF8061

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

Shades of Crusta #EF8061

Tints of Crusta #EF8061

Color information

#EF8061 (or 0xEF8061) is unknown color: approx Crusta. HEX triplet: EF, 80 and 61. RGB value is (239,128,97). Sum of RGB (Red+Green+Blue) = 239+128+97=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8061 is #107F9E. Grayscale: #9D9D9D. Windows color (decimal): -1081247 or 6389999. OLE color: 6389999.

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

Color convert

RGB23912897-
CMYK00.460.590.06
HSL13.1º81.61%65.88%-
HSV(B)13.1º59.41%93.73%-
XYZ45.4734.6515.6-
YUV157.6593.77186.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.51%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 97 (38.28% from 255) = 20.91%
R=51.51%
G=27.59%
B=20.91%

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
Decimal2391289700.460.590.0613.181.6165.88
HexEF806102E3B6d5242
Octal35720014105673615122102
Binary111011111000000011000010101110111011110110110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8061; }

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

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

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

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

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

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

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

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