Html Css Color HEX #EC582F Outrageous Orange

📋 copy color: '#EC582F'

red 236 ◦ green 88 ◦ blue 47

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

Shades of Outrageous Orange #EC582F

Tints of Outrageous Orange #EC582F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

 BLUE value IS 47 (18.75% from 255) = 12.67%

R = 63.61%
G = 23.72%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC582F (or 0xEC582F) is known color: Outrageous Orange. HEX triplet: EC, 58 and 2F. RGB value is (236,88,47). Sum of RGB (Red+Green+Blue) = 236+88+47=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC582F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC582F is #13A7D0. Grayscale: #7F7F7F. Windows color (decimal): -1288145 or 3102956. OLE color: 3102956.

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

Color convert

RGB 236 88 47 -
CMYK 0 0.63 0.80 0.07
HSL 13.02º 0.83% 0.55% -
HSV(B) 13.02º 0.8% 0.93% -
XYZ 38.59 25.02 5.48 -
YUV 127.58 82.53 205.33 -
System Red Green Blue C M Y K H S L
Decimal 236 88 47 0 0.63 0.80 0.07 13.02 0.83 0.55
Hex EC 58 2F 0 3F 50 7 D 53 37
Octal 354 130 57 0 77 120 7 15 123 67
Binary 11101100 1011000 101111 0 111111 1010000 111 1101 1010011 110111

Color Harmonies of #EC582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC582F

Black with #EC582F

Text Example


Text Example

White with #EC582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC582F; }

 p { color: rgb(236,88,47); }

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

background-color css

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

 a { background-color: rgb(236,88,47); }

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

border-color css

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

 span { border-color: rgb(236,88,47); }

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