#EB8353

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

Shades of Crusta #EB8353

Tints of Crusta #EB8353

Color information

#EB8353 (or 0xEB8353) is unknown color: approx Crusta. HEX triplet: EB, 83 and 53. RGB value is (235,131,83). Sum of RGB (Red+Green+Blue) = 235+131+83=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8353 is #147CAC. Grayscale: #9C9C9C. Windows color (decimal): -1342637 or 5473259. OLE color: 5473259.

HSL color Cylindrical-coordinate representation of color #EB8353: hue angle of 18.95º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB8353 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB23513183-
CMYK00.440.650.08
HSL18.95º79.17%62.35%-
HSV(B)18.95º64.68%92.16%-
XYZ43.9434.5212.53-
YUV156.6286.46183.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.34%
GREEN value IS 131 (51.56% from 255) = 29.18%
BLUE value IS 83 (32.81% from 255) = 18.49%
R=52.34%
G=29.18%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351318300.440.650.0818.9579.1762.35
HexEB835302C418134f3e
Octal353203123054101102311776
Binary11101011100000111010011010110010000011000100111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8353; }

 p { color: rgb(235,131,83); }

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

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

 a { background-color: rgb(235,131,83); }

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

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

 span { border-color: rgb(235,131,83); }

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