#ED8256

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

Shades of Crusta #ED8256

Tints of Crusta #ED8256

Color information

#ED8256 (or 0xED8256) is unknown color: approx Crusta. HEX triplet: ED, 82 and 56. RGB value is (237,130,86). Sum of RGB (Red+Green+Blue) = 237+130+86=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8256 is #127DA9. Grayscale: #9D9D9D. Windows color (decimal): -1211818 or 5669613. OLE color: 5669613.

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

Color convert

RGB23713086-
CMYK00.450.640.07
HSL17.48º80.75%63.33%-
HSV(B)17.48º63.71%92.94%-
XYZ44.5934.6413.14-
YUV156.9887.95185.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.32%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 86 (33.98% from 255) = 18.98%
R=52.32%
G=28.70%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371308600.450.640.0717.4880.7563.33
HexED825602D40711513f
Octal35520212605510072112177
Binary1110110110000010101011001011011000000111100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8256; }

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

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

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

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

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

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

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

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