#EB8455

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

Shades of Crusta #EB8455

Tints of Crusta #EB8455

Color information

#EB8455 (or 0xEB8455) is unknown color: approx Crusta. HEX triplet: EB, 84 and 55. RGB value is (235,132,85). Sum of RGB (Red+Green+Blue) = 235+132+85=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8455 is #147BAA. Grayscale: #9D9D9D. Windows color (decimal): -1342379 or 5604587. OLE color: 5604587.

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

Color convert

RGB23513285-
CMYK00.440.640.08
HSL18.8º78.95%62.75%-
HSV(B)18.8º63.83%92.16%-
XYZ44.1534.8212.99-
YUV157.4487.12183.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.99%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 85 (33.59% from 255) = 18.81%
R=51.99%
G=29.20%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351328500.440.640.0818.878.9562.75
HexEB845502C408134f3f
Octal353204125054100102311777
Binary11101011100001001010101010110010000001000100111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8455; }

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

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

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

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

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

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

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

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