Html Css Color HEX #ED5B32 Outrageous Orange

📋 copy color: '#ED5B32'

red 237 ◦ green 91 ◦ blue 50

#ED5B32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outrageous Orange #ED5B32

Tints of Outrageous Orange #ED5B32

RGB

 RED value IS 237 (92.97% from 255) = 62.7%

 GREEN value IS 91 (35.94% from 255) = 24.07%

 BLUE value IS 50 (19.92% from 255) = 13.23%

R = 62.7%
G = 24.07%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED5B32 (or 0xED5B32) is known color: Outrageous Orange. HEX triplet: ED, 5B and 32. RGB value is (237,91,50). Sum of RGB (Red+Green+Blue) = 237+91+50=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5B32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5B32 is #12A4CD. Grayscale: #828282. Windows color (decimal): -1221838 or 3300333. OLE color: 3300333.

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

Color convert

RGB 237 91 50 -
CMYK 0 0.62 0.79 0.07
HSL 13.16º 0.84% 0.56% -
HSV(B) 13.16º 0.79% 0.93% -
XYZ 39.24 25.72 5.91 -
YUV 129.98 82.87 204.33 -
System Red Green Blue C M Y K H S L
Decimal 237 91 50 0 0.62 0.79 0.07 13.16 0.84 0.56
Hex ED 5B 32 0 3E 4F 7 D 54 38
Octal 355 133 62 0 76 117 7 15 124 70
Binary 11101101 1011011 110010 0 111110 1001111 111 1101 1010100 111000

Color Harmonies of #ED5B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5B32

Black with #ED5B32

Text Example


Text Example

White with #ED5B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5B32; }

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

 H1.HeaderClassName
 {
   color: #ED5B32;
 }
 .AnyTagClassName
 {
   color: #ED5B32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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