#ED8056

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

Shades of Crusta #ED8056

Tints of Crusta #ED8056

Color information

#ED8056 (or 0xED8056) is unknown color: approx Crusta. HEX triplet: ED, 80 and 56. RGB value is (237,128,86). Sum of RGB (Red+Green+Blue) = 237+128+86=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8056 is #127FA9. Grayscale: #9C9C9C. Windows color (decimal): -1212330 or 5669101. OLE color: 5669101.

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

Color convert

RGB23712886-
CMYK00.460.640.07
HSL16.69º80.75%63.33%-
HSV(B)16.69º63.71%92.94%-
XYZ44.3234.1113.05-
YUV155.888.61185.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.55%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 86 (33.98% from 255) = 19.07%
R=52.55%
G=28.38%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371288600.460.640.0716.6980.7563.33
HexED805602E40711513f
Octal35520012605610072112177
Binary1110110110000000101011001011101000000111100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8056; }

 p { color: rgb(237,128,86); }

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

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

 a { background-color: rgb(237,128,86); }

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

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

 span { border-color: rgb(237,128,86); }

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