#ed5b2a

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

Shades of Outrageous Orange #ED5B2A

Tints of Outrageous Orange #ED5B2A

Color information

#ED5B2A (or 0xED5B2A) is unknown color: approx Outrageous Orange. HEX triplet: ED, 5B and 2A. RGB value is (237,91,42). Sum of RGB (Red+Green+Blue) = 237+91+42=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5B2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5B2A is #12A4D5. Grayscale: #818181. Windows color (decimal): -1221846 or 2776045. OLE color: 2776045.

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

Color convert

RGB2379142-
CMYK00.620.820.07
HSL15.08º84.42%54.71%-
HSV(B)15.08º82.28%92.94%-
XYZ39.0825.655.08-
YUV129.0778.87204.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 64.05%
GREEN value IS 91 (35.94% from 255) = 24.59%
BLUE value IS 42 (16.80% from 255) = 11.35%
R=64.05%
G=24.59%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237914200.620.820.0715.0884.4254.71
HexED5B2A03E527f5437
Octal3551335207612271712467
Binary1110110110110111010100111110101001011111111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed5b2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed5b2a; }

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

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

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

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

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

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

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

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