#ED8460

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

Shades of Crusta #ED8460

Tints of Crusta #ED8460

Color information

#ED8460 (or 0xED8460) is unknown color: approx Crusta. HEX triplet: ED, 84 and 60. RGB value is (237,132,96). Sum of RGB (Red+Green+Blue) = 237+132+96=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8460 is #127B9F. Grayscale: #9F9F9F. Windows color (decimal): -1211296 or 6325485. OLE color: 6325485.

HSL color Cylindrical-coordinate representation of color #ED8460: hue angle of 15.32º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED8460 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23713296-
CMYK00.440.590.07
HSL15.32º79.66%65.29%-
HSV(B)15.32º59.49%92.94%-
XYZ45.2935.3515.5-
YUV159.2992.29183.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.97%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=50.97%
G=28.39%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371329600.440.590.0715.3279.6665.29
HexED846002C3B7f5041
Octal35520414005473717120101
Binary111011011000010011000000101100111011111111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8460; }

 p { color: rgb(237,132,96); }

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

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

 a { background-color: rgb(237,132,96); }

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

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

 span { border-color: rgb(237,132,96); }

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