Html Css Color HEX #ED5A32 Outrageous Orange

📋 copy color: '#ED5A32'

red 237 ◦ green 90 ◦ blue 50

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

Shades of Outrageous Orange #ED5A32

Tints of Outrageous Orange #ED5A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

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

R = 62.86%
G = 23.87%
B = 13.26%

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

#ED5A32 (or 0xED5A32) is known color: Outrageous Orange. HEX triplet: ED, 5A and 32. RGB value is (237,90,50). Sum of RGB (Red+Green+Blue) = 237+90+50=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5A32 is #12A5CD. Grayscale: #818181. Windows color (decimal): -1222094 or 3300077. OLE color: 3300077.

HSL color Cylindrical-coordinate representation of color #ED5A32: hue angle of 12.83º 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 #ED5A32 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 90 50 -
CMYK 0 0.62 0.79 0.07
HSL 12.83º 0.84% 0.56% -
HSV(B) 12.83º 0.79% 0.93% -
XYZ 39.16 25.55 5.88 -
YUV 129.39 83.2 204.75 -
System Red Green Blue C M Y K H S L
Decimal 237 90 50 0 0.62 0.79 0.07 12.83 0.84 0.56
Hex ED 5A 32 0 3E 4F 7 D 54 38
Octal 355 132 62 0 76 117 7 15 124 70
Binary 11101101 1011010 110010 0 111110 1001111 111 1101 1010100 111000

Color Harmonies of #ED5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5A32

Black with #ED5A32

Text Example


Text Example

White with #ED5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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