#ED8B50

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

Shades of Crusta #ED8B50

Tints of Crusta #ED8B50

Color information

#ED8B50 (or 0xED8B50) is unknown color: approx Crusta. HEX triplet: ED, 8B and 50. RGB value is (237,139,80). Sum of RGB (Red+Green+Blue) = 237+139+80=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8B50 is #1274AF. Grayscale: #A1A1A1. Windows color (decimal): -1209520 or 5278701. OLE color: 5278701.

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

Color convert

RGB23713980-
CMYK00.410.660.07
HSL22.55º81.35%62.16%-
HSV(B)22.55º66.24%92.94%-
XYZ45.6137.0512.34-
YUV161.5881.97181.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.97%
GREEN value IS 139 (54.69% from 255) = 30.48%
BLUE value IS 80 (31.64% from 255) = 17.54%
R=51.97%
G=30.48%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371398000.410.660.0722.5581.3562.16
HexED8B5002942717513e
Octal35521312005110272712176
Binary1110110110001011101000001010011000010111101111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8B50; }

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

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

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

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

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

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

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

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