Html Css Color HEX #EC552A Outrageous Orange

📋 copy color: '#EC552A'

red 236 ◦ green 85 ◦ blue 42

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

Shades of Outrageous Orange #EC552A

Tints of Outrageous Orange #EC552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 65.01%
G = 23.42%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC552A (or 0xEC552A) is known color: Outrageous Orange. HEX triplet: EC, 55 and 2A. RGB value is (236,85,42). Sum of RGB (Red+Green+Blue) = 236+85+42=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC552A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC552A is #13AAD5. Grayscale: #7D7D7D. Windows color (decimal): -1288918 or 2774508. OLE color: 2774508.

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

Color convert

RGB 236 85 42 -
CMYK 0 0.64 0.82 0.07
HSL 13.3º 0.84% 0.55% -
HSV(B) 13.3º 0.82% 0.93% -
XYZ 38.26 24.5 4.9 -
YUV 125.25 81.03 207 -
System Red Green Blue C M Y K H S L
Decimal 236 85 42 0 0.64 0.82 0.07 13.3 0.84 0.55
Hex EC 55 2A 0 40 52 7 D 54 37
Octal 354 125 52 0 100 122 7 15 124 67
Binary 11101100 1010101 101010 0 1000000 1010010 111 1101 1010100 110111

Color Harmonies of #EC552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC552A

Black with #EC552A

Text Example


Text Example

White with #EC552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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