#ED8456

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

Shades of Crusta #ED8456

Tints of Crusta #ED8456

Color information

#ED8456 (or 0xED8456) is unknown color: approx Crusta. HEX triplet: ED, 84 and 56. RGB value is (237,132,86). Sum of RGB (Red+Green+Blue) = 237+132+86=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8456 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8456 is #127BA9. Grayscale: #9E9E9E. Windows color (decimal): -1211306 or 5670125. OLE color: 5670125.

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

Color convert

RGB23713286-
CMYK00.440.640.07
HSL18.28º80.75%63.33%-
HSV(B)18.28º63.71%92.94%-
XYZ44.8635.1813.23-
YUV158.1587.29184.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.09%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 86 (33.98% from 255) = 18.90%
R=52.09%
G=29.01%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371328600.440.640.0718.2880.7563.33
HexED845602C40712513f
Octal35520412605410072212177
Binary1110110110000100101011001011001000000111100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8456; }

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

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

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

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

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

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

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

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