Html Css Color HEX #EC5B2E Outrageous Orange

📋 copy color: '#EC5B2E'

red 236 ◦ green 91 ◦ blue 46

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

Shades of Outrageous Orange #EC5B2E

Tints of Outrageous Orange #EC5B2E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.4%

 BLUE value IS 46 (18.36% from 255) = 12.33%

R = 63.27%
G = 24.4%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC5B2E (or 0xEC5B2E) is known color: Outrageous Orange. HEX triplet: EC, 5B and 2E. RGB value is (236,91,46). Sum of RGB (Red+Green+Blue) = 236+91+46=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5B2E is #13A4D1. Grayscale: #818181. Windows color (decimal): -1287378 or 3038188. OLE color: 3038188.

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

Color convert

RGB 236 91 46 -
CMYK 0 0.61 0.81 0.07
HSL 14.21º 0.83% 0.55% -
HSV(B) 14.21º 0.81% 0.93% -
XYZ 38.83 25.51 5.46 -
YUV 129.23 81.04 204.16 -
System Red Green Blue C M Y K H S L
Decimal 236 91 46 0 0.61 0.81 0.07 14.21 0.83 0.55
Hex EC 5B 2E 0 3D 51 7 E 53 37
Octal 354 133 56 0 75 121 7 16 123 67
Binary 11101100 1011011 101110 0 111101 1010001 111 1110 1010011 110111

Color Harmonies of #EC5B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5B2E

Black with #EC5B2E

Text Example


Text Example

White with #EC5B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5B2E; }

 p { color: rgb(236,91,46); }

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

background-color css

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

 a { background-color: rgb(236,91,46); }

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

border-color css

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

 span { border-color: rgb(236,91,46); }

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