#ED855E

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

Shades of Crusta #ED855E

Tints of Crusta #ED855E

Color information

#ED855E (or 0xED855E) is unknown color: approx Crusta. HEX triplet: ED, 85 and 5E. RGB value is (237,133,94). Sum of RGB (Red+Green+Blue) = 237+133+94=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED855E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED855E is #127AA1. Grayscale: #9F9F9F. Windows color (decimal): -1211042 or 6194669. OLE color: 6194669.

HSL color Cylindrical-coordinate representation of color #ED855E: hue angle of 16.36º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED855E is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23713394-
CMYK00.440.600.07
HSL16.36º79.89%64.9%-
HSV(B)16.36º60.34%92.94%-
XYZ45.3335.5915.07-
YUV159.6590.96183.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.08%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 94 (37.11% from 255) = 20.26%
R=51.08%
G=28.66%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371339400.440.600.0716.3679.8964.9
HexED855E02C3C7105041
Octal35520513605474720120101
Binary1110110110000101101111001011001111001111000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED855E; }

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

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

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

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

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

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

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

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