Html Css Color HEX #EC5530 Outrageous Orange

📋 copy color: '#EC5530'

red 236 ◦ green 85 ◦ blue 48

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

Shades of Outrageous Orange #EC5530

Tints of Outrageous Orange #EC5530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.01%

R = 63.96%
G = 23.04%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC5530 (or 0xEC5530) is known color: Outrageous Orange. HEX triplet: EC, 55 and 30. RGB value is (236,85,48). Sum of RGB (Red+Green+Blue) = 236+85+48=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5530 is #13AACF. Grayscale: #7E7E7E. Windows color (decimal): -1288912 or 3167724. OLE color: 3167724.

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

Color convert

RGB 236 85 48 -
CMYK 0 0.64 0.80 0.07
HSL 11.81º 0.83% 0.56% -
HSV(B) 11.81º 0.8% 0.93% -
XYZ 38.37 24.54 5.51 -
YUV 125.93 84.03 206.51 -
System Red Green Blue C M Y K H S L
Decimal 236 85 48 0 0.64 0.80 0.07 11.81 0.83 0.56
Hex EC 55 30 0 40 50 7 C 53 38
Octal 354 125 60 0 100 120 7 14 123 70
Binary 11101100 1010101 110000 0 1000000 1010000 111 1100 1010011 111000

Color Harmonies of #EC5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5530

Black with #EC5530

Text Example


Text Example

White with #EC5530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5530; }

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

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

background-color css

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

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

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

border-color css

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

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

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