#EF8261

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

Shades of Crusta #EF8261

Tints of Crusta #EF8261

Color information

#EF8261 (or 0xEF8261) is unknown color: approx Crusta. HEX triplet: EF, 82 and 61. RGB value is (239,130,97). Sum of RGB (Red+Green+Blue) = 239+130+97=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8261 is #107D9E. Grayscale: #9F9F9F. Windows color (decimal): -1080735 or 6390511. OLE color: 6390511.

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

Color convert

RGB23913097-
CMYK00.460.590.06
HSL13.94º81.61%65.88%-
HSV(B)13.94º59.41%93.73%-
XYZ45.7435.1815.69-
YUV158.8393.11185.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.29%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 97 (38.28% from 255) = 20.82%
R=51.29%
G=27.90%
B=20.82%

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
Decimal2391309700.460.590.0613.9481.6165.88
HexEF826102E3B6e5242
Octal35720214105673616122102
Binary111011111000001011000010101110111011110111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8261; }

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

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

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

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

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

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

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

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