#EB9055

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

Shades of Crusta #EB9055

Tints of Crusta #EB9055

Color information

#EB9055 (or 0xEB9055) is unknown color: approx Crusta. HEX triplet: EB, 90 and 55. RGB value is (235,144,85). Sum of RGB (Red+Green+Blue) = 235+144+85=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9055 is #146FAA. Grayscale: #A4A4A4. Windows color (decimal): -1339307 or 5607659. OLE color: 5607659.

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

Color convert

RGB23514485-
CMYK00.390.640.08
HSL23.6º78.95%62.75%-
HSV(B)23.6º63.83%92.16%-
XYZ45.8738.2613.56-
YUV164.4883.15178.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.65%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 85 (33.59% from 255) = 18.32%
R=50.65%
G=31.03%
B=18.32%

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
Decimal2351448500.390.640.0823.678.9562.75
HexEB9055027408184f3f
Octal353220125047100103011777
Binary11101011100100001010101010011110000001000110001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9055; }

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

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

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

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

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

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

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

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