Html Css Color HEX #EC9300 Tangerine

📋 copy color: '#EC9300'

red 236 ◦ green 147 ◦ blue 0

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

Shades of Tangerine #EC9300

Tints of Tangerine #EC9300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.62%
G = 38.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC9300 (or 0xEC9300) is known color: Tangerine. HEX triplet: EC, 93 and 00. RGB value is (236,147,0). Sum of RGB (Red+Green+Blue) = 236+147+0=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9300 is #136CFF. Grayscale: #9D9D9D. Windows color (decimal): -1273088 or 37868. OLE color: 37868.

HSL color Cylindrical-coordinate representation of color #EC9300: hue angle of 37.37º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC9300 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 147 0 -
CMYK 0 0.38 1 0.07
HSL 37.37º 1% 0.46% -
HSV(B) 37.37º 1% 0.93% -
XYZ 45.03 38.7 5.1 -
YUV 156.85 39.49 184.45 -
System Red Green Blue C M Y K H S L
Decimal 236 147 0 0 0.38 1 0.07 37.37 1 0.46
Hex EC 93 0 0 26 64 7 25 64 2E
Octal 354 223 0 0 46 144 7 45 144 56
Binary 11101100 10010011 0 0 100110 1100100 111 100101 1100100 101110

Color Harmonies of #EC9300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9300

Black with #EC9300

Text Example


Text Example

White with #EC9300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9300; }

 p { color: rgb(236,147,0); }

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

background-color css

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

 a { background-color: rgb(236,147,0); }

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

border-color css

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

 span { border-color: rgb(236,147,0); }

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