Html Css Color HEX #EC5F38 Outrageous Orange

📋 copy color: '#EC5F38'

red 236 ◦ green 95 ◦ blue 56

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

Shades of Outrageous Orange #EC5F38

Tints of Outrageous Orange #EC5F38

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

 BLUE value IS 56 (22.27% from 255) = 14.47%

R = 60.98%
G = 24.55%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC5F38 (or 0xEC5F38) is known color: Outrageous Orange. HEX triplet: EC, 5F and 38. RGB value is (236,95,56). Sum of RGB (Red+Green+Blue) = 236+95+56=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5F38 is #13A0C7. Grayscale: #858585. Windows color (decimal): -1286344 or 3694572. OLE color: 3694572.

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

Color convert

RGB 236 95 56 -
CMYK 0 0.60 0.76 0.07
HSL 13º 0.83% 0.57% -
HSV(B) 13º 0.76% 0.93% -
XYZ 39.4 26.3 6.74 -
YUV 132.71 84.71 201.67 -
System Red Green Blue C M Y K H S L
Decimal 236 95 56 0 0.60 0.76 0.07 13 0.83 0.57
Hex EC 5F 38 0 3C 4C 7 D 53 39
Octal 354 137 70 0 74 114 7 15 123 71
Binary 11101100 1011111 111000 0 111100 1001100 111 1101 1010011 111001

Color Harmonies of #EC5F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F38

Black with #EC5F38

Text Example


Text Example

White with #EC5F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F38; }

 p { color: rgb(236,95,56); }

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

background-color css

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

 a { background-color: rgb(236,95,56); }

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

border-color css

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

 span { border-color: rgb(236,95,56); }

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