#ED8458

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

Shades of Crusta #ED8458

Tints of Crusta #ED8458

Color information

#ED8458 (or 0xED8458) is unknown color: approx Crusta. HEX triplet: ED, 84 and 58. RGB value is (237,132,88). Sum of RGB (Red+Green+Blue) = 237+132+88=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8458 is #127BA7. Grayscale: #9E9E9E. Windows color (decimal): -1211304 or 5801197. OLE color: 5801197.

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

Color convert

RGB23713288-
CMYK00.440.630.07
HSL17.72º80.54%63.73%-
HSV(B)17.72º62.87%92.94%-
XYZ44.9435.2113.66-
YUV158.3888.29184.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.86%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 88 (34.77% from 255) = 19.26%
R=51.86%
G=28.88%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371328800.440.630.0717.7280.5463.73
HexED845802C3F7125140
Octal35520413005477722121100
Binary1110110110000100101100001011001111111111001010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8458; }

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

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

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

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

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

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

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

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