Html Css Color HEX #EC5535 Outrageous Orange

📋 copy color: '#EC5535'

red 236 ◦ green 85 ◦ blue 53

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

Shades of Outrageous Orange #EC5535

Tints of Outrageous Orange #EC5535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.17%

R = 63.1%
G = 22.73%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC5535 (or 0xEC5535) is known color: Outrageous Orange. HEX triplet: EC, 55 and 35. RGB value is (236,85,53). Sum of RGB (Red+Green+Blue) = 236+85+53=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5535 is #13AACA. Grayscale: #7E7E7E. Windows color (decimal): -1288907 or 3495404. OLE color: 3495404.

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

Color convert

RGB 236 85 53 -
CMYK 0 0.64 0.78 0.07
HSL 10.49º 0.83% 0.57% -
HSV(B) 10.49º 0.78% 0.93% -
XYZ 38.48 24.59 6.09 -
YUV 126.5 86.53 206.1 -
System Red Green Blue C M Y K H S L
Decimal 236 85 53 0 0.64 0.78 0.07 10.49 0.83 0.57
Hex EC 55 35 0 40 4E 7 A 53 39
Octal 354 125 65 0 100 116 7 12 123 71
Binary 11101100 1010101 110101 0 1000000 1001110 111 1010 1010011 111001

Color Harmonies of #EC5535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5535

Black with #EC5535

Text Example


Text Example

White with #EC5535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5535; }

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

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

background-color css

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

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

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

border-color css

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

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

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