Html Css Color HEX #ED5532 Outrageous Orange

📋 copy color: '#ED5532'

red 237 ◦ green 85 ◦ blue 50

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

Shades of Outrageous Orange #ED5532

Tints of Outrageous Orange #ED5532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.85%

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

R = 63.71%
G = 22.85%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED5532 (or 0xED5532) is known color: Outrageous Orange. HEX triplet: ED, 55 and 32. RGB value is (237,85,50). Sum of RGB (Red+Green+Blue) = 237+85+50=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5532 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5532 is #12AACD. Grayscale: #7E7E7E. Windows color (decimal): -1223374 or 3298797. OLE color: 3298797.

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

Color convert

RGB 237 85 50 -
CMYK 0 0.64 0.79 0.07
HSL 11.23º 0.84% 0.56% -
HSV(B) 11.23º 0.79% 0.93% -
XYZ 38.75 24.73 5.75 -
YUV 126.46 84.86 206.85 -
System Red Green Blue C M Y K H S L
Decimal 237 85 50 0 0.64 0.79 0.07 11.23 0.84 0.56
Hex ED 55 32 0 40 4F 7 B 54 38
Octal 355 125 62 0 100 117 7 13 124 70
Binary 11101101 1010101 110010 0 1000000 1001111 111 1011 1010100 111000

Color Harmonies of #ED5532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5532

Black with #ED5532

Text Example


Text Example

White with #ED5532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5532; }

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

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

background-color css

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

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

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

border-color css

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

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

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