#EB8B55

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

Shades of Crusta #EB8B55

Tints of Crusta #EB8B55

Color information

#EB8B55 (or 0xEB8B55) is unknown color: approx Crusta. HEX triplet: EB, 8B and 55. RGB value is (235,139,85). Sum of RGB (Red+Green+Blue) = 235+139+85=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8B55 is #1474AA. Grayscale: #A1A1A1. Windows color (decimal): -1340587 or 5606379. OLE color: 5606379.

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

Color convert

RGB23513985-
CMYK00.410.640.08
HSL21.6º78.95%62.75%-
HSV(B)21.6º63.83%92.16%-
XYZ45.1336.7813.32-
YUV161.5584.8180.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.20%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 85 (33.59% from 255) = 18.52%
R=51.20%
G=30.28%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351398500.410.640.0821.678.9562.75
HexEB8B55029408164f3f
Octal353213125051100102611777
Binary11101011100010111010101010100110000001000101101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8B55; }

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

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

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

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

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

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

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

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