Html Css Color HEX #ED5621 Outrageous Orange

📋 copy color: '#ED5621'

red 237 ◦ green 86 ◦ blue 33

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

Shades of Outrageous Orange #ED5621

Tints of Outrageous Orange #ED5621

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.16%

 BLUE value IS 33 (13.28% from 255) = 9.27%

R = 66.57%
G = 24.16%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED5621 (or 0xED5621) is known color: Outrageous Orange. HEX triplet: ED, 56 and 21. RGB value is (237,86,33). Sum of RGB (Red+Green+Blue) = 237+86+33=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5621 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5621 is #12A9DE. Grayscale: #7D7D7D. Windows color (decimal): -1223135 or 2184941. OLE color: 2184941.

HSL color Cylindrical-coordinate representation of color #ED5621: hue angle of 15.59º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED5621 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 86 33 -
CMYK 0 0.64 0.86 0.07
HSL 15.59º 0.85% 0.53% -
HSV(B) 15.59º 0.86% 0.93% -
XYZ 38.53 24.77 4.19 -
YUV 125.11 76.03 207.81 -
System Red Green Blue C M Y K H S L
Decimal 237 86 33 0 0.64 0.86 0.07 15.59 0.85 0.53
Hex ED 56 21 0 40 56 7 10 55 35
Octal 355 126 41 0 100 126 7 20 125 65
Binary 11101101 1010110 100001 0 1000000 1010110 111 10000 1010101 110101

Color Harmonies of #ED5621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5621

Black with #ED5621

Text Example


Text Example

White with #ED5621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5621; }

 p { color: rgb(237,86,33); }

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

background-color css

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

 a { background-color: rgb(237,86,33); }

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

border-color css

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

 span { border-color: rgb(237,86,33); }

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