#EB8B50

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

Shades of Crusta #EB8B50

Tints of Crusta #EB8B50

Color information

#EB8B50 (or 0xEB8B50) is unknown color: approx Crusta. HEX triplet: EB, 8B and 50. RGB value is (235,139,80). Sum of RGB (Red+Green+Blue) = 235+139+80=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8B50 is #1474AF. Grayscale: #A1A1A1. Windows color (decimal): -1340592 or 5278699. OLE color: 5278699.

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

Color convert

RGB23513980-
CMYK00.410.660.08
HSL22.84º79.49%61.76%-
HSV(B)22.84º65.96%92.16%-
XYZ44.9436.7112.31-
YUV160.9882.3180.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.76%
GREEN value IS 139 (54.69% from 255) = 30.62%
BLUE value IS 80 (31.64% from 255) = 17.62%
R=51.76%
G=30.62%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351398000.410.660.0822.8479.4961.76
HexEB8B50029428174f3e
Octal353213120051102102711776
Binary11101011100010111010000010100110000101000101111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8B50; }

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

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

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

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

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

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

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

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