Html Css Color HEX #EC8900 Tangerine

📋 copy color: '#EC8900'

red 236 ◦ green 137 ◦ blue 0

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

Shades of Tangerine #EC8900

Tints of Tangerine #EC8900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.73%

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

R = 63.27%
G = 36.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC8900 (or 0xEC8900) is known color: Tangerine. HEX triplet: EC, 89 and 00. RGB value is (236,137,0). Sum of RGB (Red+Green+Blue) = 236+137+0=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8900 is #1376FF. Grayscale: #979797. Windows color (decimal): -1275648 or 35308. OLE color: 35308.

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

Color convert

RGB 236 137 0 -
CMYK 0 0.42 1 0.07
HSL 34.83º 1% 0.46% -
HSV(B) 34.83º 1% 0.93% -
XYZ 43.54 35.72 4.6 -
YUV 150.98 42.8 188.64 -
System Red Green Blue C M Y K H S L
Decimal 236 137 0 0 0.42 1 0.07 34.83 1 0.46
Hex EC 89 0 0 2A 64 7 23 64 2E
Octal 354 211 0 0 52 144 7 43 144 56
Binary 11101100 10001001 0 0 101010 1100100 111 100011 1100100 101110

Color Harmonies of #EC8900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8900

Black with #EC8900

Text Example


Text Example

White with #EC8900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8900; }

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

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

background-color css

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

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

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

border-color css

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

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

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