#ed5421

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

Shades of Outrageous Orange #ED5421

Tints of Outrageous Orange #ED5421

Color information

#ED5421 (or 0xED5421) is unknown color: approx Outrageous Orange. HEX triplet: ED, 54 and 21. RGB value is (237,84,33). Sum of RGB (Red+Green+Blue) = 237+84+33=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5421 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5421 is #12ABDE. Grayscale: #7C7C7C. Windows color (decimal): -1223647 or 2184429. OLE color: 2184429.

HSL color Cylindrical-coordinate representation of color #ED5421: hue angle of 15º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED5421 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB2378433-
CMYK00.650.860.07
HSL15º85%52.94%-
HSV(B)15º86.08%92.94%-
XYZ38.3724.454.14-
YUV123.9376.69208.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.95%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 33 (13.28% from 255) = 9.32%
R=66.95%
G=23.73%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237843300.650.860.07158552.94
HexED5421041567f5535
Octal35512441010112671712565
Binary11101101101010010000101000001101011011111111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed5421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed5421; }

 p { color: rgb(237,84,33); }

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

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

 a { background-color: rgb(237,84,33); }

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

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

 span { border-color: rgb(237,84,33); }

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