#EB8054

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

Shades of Crusta #EB8054

Tints of Crusta #EB8054

Color information

#EB8054 (or 0xEB8054) is unknown color: approx Crusta. HEX triplet: EB, 80 and 54. RGB value is (235,128,84). Sum of RGB (Red+Green+Blue) = 235+128+84=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8054 is #147FAB. Grayscale: #9B9B9B. Windows color (decimal): -1343404 or 5538027. OLE color: 5538027.

HSL color Cylindrical-coordinate representation of color #EB8054: hue angle of 17.48º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB8054 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB23512884-
CMYK00.460.640.08
HSL17.48º79.06%62.55%-
HSV(B)17.48º64.26%92.16%-
XYZ43.5833.7412.6-
YUV154.9887.95185.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.57%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 84 (33.20% from 255) = 18.79%
R=52.57%
G=28.64%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351288400.460.640.0817.4879.0662.55
HexEB805402E408114f3f
Octal353200124056100102111777
Binary11101011100000001010100010111010000001000100011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8054; }

 p { color: rgb(235,128,84); }

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

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

 a { background-color: rgb(235,128,84); }

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

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

 span { border-color: rgb(235,128,84); }

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