#eb8a55

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

Shades of Crusta #EB8A55

Tints of Crusta #EB8A55

Color information

#EB8A55 (or 0xEB8A55) is unknown color: approx Crusta. HEX triplet: EB, 8A and 55. RGB value is (235,138,85). Sum of RGB (Red+Green+Blue) = 235+138+85=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A55 is #1475AA. Grayscale: #A1A1A1. Windows color (decimal): -1340843 or 5606123. OLE color: 5606123.

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

Color convert

RGB23513885-
CMYK00.410.640.08
HSL21.2º78.95%62.75%-
HSV(B)21.2º63.83%92.16%-
XYZ44.9936.513.27-
YUV160.9685.14180.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.31%
GREEN value IS 138 (54.30% from 255) = 30.13%
BLUE value IS 85 (33.59% from 255) = 18.56%
R=51.31%
G=30.13%
B=18.56%

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
Decimal2351388500.410.640.0821.278.9562.75
HexEB8A55029408154f3f
Octal353212125051100102511777
Binary11101011100010101010101010100110000001000101011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb8a55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb8a55; }

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

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

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

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

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

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

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

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