#EF8053

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

Shades of Crusta #EF8053

Tints of Crusta #EF8053

Color information

#EF8053 (or 0xEF8053) is unknown color: approx Crusta. HEX triplet: EF, 80 and 53. RGB value is (239,128,83). Sum of RGB (Red+Green+Blue) = 239+128+83=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8053 is #107FAC. Grayscale: #9C9C9C. Windows color (decimal): -1081261 or 5472495. OLE color: 5472495.

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

Color convert

RGB23912883-
CMYK00.460.650.06
HSL17.31º82.98%63.14%-
HSV(B)17.31º65.27%93.73%-
XYZ44.8834.4112.46-
YUV156.0686.77187.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.11%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 83 (32.81% from 255) = 18.44%
R=53.11%
G=28.44%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391288300.460.650.0617.3182.9863.14
HexEF805302E41611533f
Octal35720012305610162112377
Binary1110111110000000101001101011101000001110100011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8053; }

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

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

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

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

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

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

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

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