#ED8257

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

Shades of Crusta #ED8257

Tints of Crusta #ED8257

Color information

#ED8257 (or 0xED8257) is unknown color: approx Crusta. HEX triplet: ED, 82 and 57. RGB value is (237,130,87). Sum of RGB (Red+Green+Blue) = 237+130+87=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8257 is #127DA8. Grayscale: #9D9D9D. Windows color (decimal): -1211817 or 5735149. OLE color: 5735149.

HSL color Cylindrical-coordinate representation of color #ED8257: hue angle of 17.2º 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 #ED8257 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB23713087-
CMYK00.450.630.07
HSL17.2º80.65%63.53%-
HSV(B)17.2º63.29%92.94%-
XYZ44.6334.6613.35-
YUV157.0988.45185-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.20%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 87 (34.38% from 255) = 19.16%
R=52.20%
G=28.63%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371308700.450.630.0717.280.6563.53
HexED825702D3F7115140
Octal35520212705577721121100
Binary1110110110000010101011101011011111111111000110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8257; }

 p { color: rgb(237,130,87); }

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

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

 a { background-color: rgb(237,130,87); }

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

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

 span { border-color: rgb(237,130,87); }

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