Html Css Color HEX #EC5A27 Outrageous Orange

📋 copy color: '#EC5A27'

red 236 ◦ green 90 ◦ blue 39

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

Shades of Outrageous Orange #EC5A27

Tints of Outrageous Orange #EC5A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.68%

R = 64.66%
G = 24.66%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC5A27 (or 0xEC5A27) is known color: Outrageous Orange. HEX triplet: EC, 5A and 27. RGB value is (236,90,39). Sum of RGB (Red+Green+Blue) = 236+90+39=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A27 is #13A5D8. Grayscale: #808080. Windows color (decimal): -1287641 or 2579180. OLE color: 2579180.

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

Color convert

RGB 236 90 39 -
CMYK 0 0.62 0.83 0.07
HSL 15.53º 0.84% 0.54% -
HSV(B) 15.53º 0.83% 0.93% -
XYZ 38.61 25.29 4.77 -
YUV 127.84 77.87 205.15 -
System Red Green Blue C M Y K H S L
Decimal 236 90 39 0 0.62 0.83 0.07 15.53 0.84 0.54
Hex EC 5A 27 0 3E 53 7 10 54 36
Octal 354 132 47 0 76 123 7 20 124 66
Binary 11101100 1011010 100111 0 111110 1010011 111 10000 1010100 110110

Color Harmonies of #EC5A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A27

Black with #EC5A27

Text Example


Text Example

White with #EC5A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A27; }

 p { color: rgb(236,90,39); }

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

background-color css

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

 a { background-color: rgb(236,90,39); }

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

border-color css

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

 span { border-color: rgb(236,90,39); }

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