#ED8555

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

Shades of Crusta #ED8555

Tints of Crusta #ED8555

Color information

#ED8555 (or 0xED8555) is unknown color: approx Crusta. HEX triplet: ED, 85 and 55. RGB value is (237,133,85). Sum of RGB (Red+Green+Blue) = 237+133+85=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8555 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8555 is #127AAA. Grayscale: #9E9E9E. Windows color (decimal): -1211051 or 5604845. OLE color: 5604845.

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

Color convert

RGB23713385-
CMYK00.440.640.07
HSL18.95º80.85%63.14%-
HSV(B)18.95º64.14%92.94%-
XYZ44.9535.4413.06-
YUV158.6286.46183.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.09%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 85 (33.59% from 255) = 18.68%
R=52.09%
G=29.23%
B=18.68%

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
Decimal2371338500.440.640.0718.9580.8563.14
HexED855502C40713513f
Octal35520512505410072312177
Binary1110110110000101101010101011001000000111100111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8555; }

 p { color: rgb(237,133,85); }

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

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

 a { background-color: rgb(237,133,85); }

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

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

 span { border-color: rgb(237,133,85); }

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