#EB9054

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

Shades of Crusta #EB9054

Tints of Crusta #EB9054

Color information

#EB9054 (or 0xEB9054) is unknown color: approx Crusta. HEX triplet: EB, 90 and 54. RGB value is (235,144,84). Sum of RGB (Red+Green+Blue) = 235+144+84=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9054 is #146FAB. Grayscale: #A4A4A4. Windows color (decimal): -1339308 or 5542123. OLE color: 5542123.

HSL color Cylindrical-coordinate representation of color #EB9054: hue angle of 23.84º 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 #EB9054 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB23514484-
CMYK00.390.640.08
HSL23.84º79.06%62.55%-
HSV(B)23.84º64.26%92.16%-
XYZ45.8338.2513.35-
YUV164.3782.65178.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.76%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 84 (33.20% from 255) = 18.14%
R=50.76%
G=31.10%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351448400.390.640.0823.8479.0662.55
HexEB9054027408184f3f
Octal353220124047100103011777
Binary11101011100100001010100010011110000001000110001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9054; }

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

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

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

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

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

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

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

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