#ED5B2F

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

Shades of Outrageous Orange #ED5B2F

Tints of Outrageous Orange #ED5B2F

Color information

#ED5B2F (or 0xED5B2F) is unknown color: approx Outrageous Orange. HEX triplet: ED, 5B and 2F. RGB value is (237,91,47). Sum of RGB (Red+Green+Blue) = 237+91+47=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5B2F is #12A4D0. Grayscale: #818181. Windows color (decimal): -1221841 or 3103725. OLE color: 3103725.

HSL color Cylindrical-coordinate representation of color #ED5B2F: hue angle of 13.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED5B2F is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB2379147-
CMYK00.620.800.07
HSL13.89º84.07%55.69%-
HSV(B)13.89º80.17%92.94%-
XYZ39.1825.695.58-
YUV129.6481.37204.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 63.2%
GREEN value IS 91 (35.94% from 255) = 24.27%
BLUE value IS 47 (18.75% from 255) = 12.53%
R=63.2%
G=24.27%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237914700.620.800.0713.8984.0755.69
HexED5B2F03E507e5438
Octal3551335707612071612470
Binary1110110110110111011110111110101000011111101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5B2F; }

 p { color: rgb(237,91,47); }

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

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

 a { background-color: rgb(237,91,47); }

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

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

 span { border-color: rgb(237,91,47); }

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