Html Css Color HEX #EC5524 Outrageous Orange

📋 copy color: '#EC5524'

red 236 ◦ green 85 ◦ blue 36

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

Shades of Outrageous Orange #EC5524

Tints of Outrageous Orange #EC5524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.08%

R = 66.11%
G = 23.81%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC5524 (or 0xEC5524) is known color: Outrageous Orange. HEX triplet: EC, 55 and 24. RGB value is (236,85,36). Sum of RGB (Red+Green+Blue) = 236+85+36=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5524 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5524 is #13AADB. Grayscale: #7C7C7C. Windows color (decimal): -1288924 or 2381292. OLE color: 2381292.

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

Color convert

RGB 236 85 36 -
CMYK 0 0.64 0.85 0.07
HSL 14.7º 0.84% 0.53% -
HSV(B) 14.7º 0.85% 0.93% -
XYZ 38.16 24.46 4.38 -
YUV 124.56 78.03 207.48 -
System Red Green Blue C M Y K H S L
Decimal 236 85 36 0 0.64 0.85 0.07 14.7 0.84 0.53
Hex EC 55 24 0 40 55 7 F 54 35
Octal 354 125 44 0 100 125 7 17 124 65
Binary 11101100 1010101 100100 0 1000000 1010101 111 1111 1010100 110101

Color Harmonies of #EC5524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5524

Black with #EC5524

Text Example


Text Example

White with #EC5524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5524; }

 p { color: rgb(236,85,36); }

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

background-color css

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

 a { background-color: rgb(236,85,36); }

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

border-color css

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

 span { border-color: rgb(236,85,36); }

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