Html Css Color HEX #EC5621 Outrageous Orange

📋 copy color: '#EC5621'

red 236 ◦ green 86 ◦ blue 33

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

Shades of Outrageous Orange #EC5621

Tints of Outrageous Orange #EC5621

RGB

 RED value IS 236 (92.58% from 255) = 66.48%

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

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

R = 66.48%
G = 24.23%
B = 9.3%

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

#EC5621 (or 0xEC5621) is known color: Outrageous Orange. HEX triplet: EC, 56 and 21. RGB value is (236,86,33). Sum of RGB (Red+Green+Blue) = 236+86+33=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5621 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5621 is #13A9DE. Grayscale: #7D7D7D. Windows color (decimal): -1288671 or 2184940. OLE color: 2184940.

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

Color convert

RGB 236 86 33 -
CMYK 0 0.64 0.86 0.07
HSL 15.67º 0.84% 0.53% -
HSV(B) 15.67º 0.86% 0.93% -
XYZ 38.19 24.6 4.17 -
YUV 124.81 76.2 207.31 -
System Red Green Blue C M Y K H S L
Decimal 236 86 33 0 0.64 0.86 0.07 15.67 0.84 0.53
Hex EC 56 21 0 40 56 7 10 54 35
Octal 354 126 41 0 100 126 7 20 124 65
Binary 11101100 1010110 100001 0 1000000 1010110 111 10000 1010100 110101

Color Harmonies of #EC5621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5621

Black with #EC5621

Text Example


Text Example

White with #EC5621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5621; }

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

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

background-color css

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

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

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

border-color css

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

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

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