#ED844E

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

Shades of Crusta #ED844E

Tints of Crusta #ED844E

Color information

#ED844E (or 0xED844E) is unknown color: approx Crusta. HEX triplet: ED, 84 and 4E. RGB value is (237,132,78). Sum of RGB (Red+Green+Blue) = 237+132+78=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED844E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED844E is #127BB1. Grayscale: #9D9D9D. Windows color (decimal): -1211314 or 5145837. OLE color: 5145837.

HSL color Cylindrical-coordinate representation of color #ED844E: hue angle of 20.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED844E is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB23713278-
CMYK00.440.670.07
HSL20.38º81.54%61.76%-
HSV(B)20.38º67.09%92.94%-
XYZ44.5535.0611.63-
YUV157.2483.29184.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.02%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 78 (30.86% from 255) = 17.45%
R=53.02%
G=29.53%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371327800.440.670.0720.3881.5461.76
HexED844E02C43714523e
Octal35520411605410372412276
Binary1110110110000100100111001011001000011111101001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED844E; }

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

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

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

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

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

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

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

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