Html Css Color HEX #EC9100 Tangerine

📋 copy color: '#EC9100'

red 236 ◦ green 145 ◦ blue 0

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

Shades of Tangerine #EC9100

Tints of Tangerine #EC9100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.06%

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

R = 61.94%
G = 38.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC9100 (or 0xEC9100) is known color: Tangerine. HEX triplet: EC, 91 and 00. RGB value is (236,145,0). Sum of RGB (Red+Green+Blue) = 236+145+0=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9100 is #136EFF. Grayscale: #9C9C9C. Windows color (decimal): -1273600 or 37356. OLE color: 37356.

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

Color convert

RGB 236 145 0 -
CMYK 0 0.39 1 0.07
HSL 36.86º 1% 0.46% -
HSV(B) 36.86º 1% 0.93% -
XYZ 44.72 38.08 4.99 -
YUV 155.68 40.15 185.29 -
System Red Green Blue C M Y K H S L
Decimal 236 145 0 0 0.39 1 0.07 36.86 1 0.46
Hex EC 91 0 0 27 64 7 25 64 2E
Octal 354 221 0 0 47 144 7 45 144 56
Binary 11101100 10010001 0 0 100111 1100100 111 100101 1100100 101110

Color Harmonies of #EC9100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9100

Black with #EC9100

Text Example


Text Example

White with #EC9100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9100; }

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

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

background-color css

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

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

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

border-color css

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

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

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