#EB8A50

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

Shades of Crusta #EB8A50

Tints of Crusta #EB8A50

Color information

#EB8A50 (or 0xEB8A50) is unknown color: approx Crusta. HEX triplet: EB, 8A and 50. RGB value is (235,138,80). Sum of RGB (Red+Green+Blue) = 235+138+80=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A50 is #1475AF. Grayscale: #A0A0A0. Windows color (decimal): -1340848 or 5278443. OLE color: 5278443.

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

Color convert

RGB23513880-
CMYK00.410.660.08
HSL22.45º79.49%61.76%-
HSV(B)22.45º65.96%92.16%-
XYZ44.836.4212.26-
YUV160.3982.64181.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.88%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 80 (31.64% from 255) = 17.66%
R=51.88%
G=30.46%
B=17.66%

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
Decimal2351388000.410.660.0822.4579.4961.76
HexEB8A50029428164f3e
Octal353212120051102102611776
Binary11101011100010101010000010100110000101000101101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A50; }

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

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

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

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

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

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

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

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