Html Css Color HEX #EC6030 Outrageous Orange

📋 copy color: '#EC6030'

red 236 ◦ green 96 ◦ blue 48

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

Shades of Outrageous Orange #EC6030

Tints of Outrageous Orange #EC6030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.26%

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

R = 62.11%
G = 25.26%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC6030 (or 0xEC6030) is known color: Outrageous Orange. HEX triplet: EC, 60 and 30. RGB value is (236,96,48). Sum of RGB (Red+Green+Blue) = 236+96+48=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6030 is #139FCF. Grayscale: #848484. Windows color (decimal): -1286096 or 3170540. OLE color: 3170540.

HSL color Cylindrical-coordinate representation of color #EC6030: hue angle of 15.32º 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 #EC6030 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 96 48 -
CMYK 0 0.59 0.80 0.07
HSL 15.32º 0.83% 0.56% -
HSV(B) 15.32º 0.8% 0.93% -
XYZ 39.31 26.41 5.82 -
YUV 132.39 80.38 201.9 -
System Red Green Blue C M Y K H S L
Decimal 236 96 48 0 0.59 0.80 0.07 15.32 0.83 0.56
Hex EC 60 30 0 3B 50 7 F 53 38
Octal 354 140 60 0 73 120 7 17 123 70
Binary 11101100 1100000 110000 0 111011 1010000 111 1111 1010011 111000

Color Harmonies of #EC6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6030

Black with #EC6030

Text Example


Text Example

White with #EC6030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6030; }

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

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

background-color css

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

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

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

border-color css

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

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

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