Html Css Color HEX #EC8000 Tangerine

📋 copy color: '#EC8000'

red 236 ◦ green 128 ◦ blue 0

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

Shades of Tangerine #EC8000

Tints of Tangerine #EC8000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

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

R = 64.84%
G = 35.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC8000 (or 0xEC8000) is known color: Tangerine. HEX triplet: EC, 80 and 00. RGB value is (236,128,0). Sum of RGB (Red+Green+Blue) = 236+128+0=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8000 is #137FFF. Grayscale: #929292. Windows color (decimal): -1277952 or 33004. OLE color: 33004.

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

Color convert

RGB 236 128 0 -
CMYK 0 0.46 1 0.07
HSL 32.54º 1% 0.46% -
HSV(B) 32.54º 1% 0.93% -
XYZ 42.31 33.27 4.19 -
YUV 145.7 45.78 192.41 -
System Red Green Blue C M Y K H S L
Decimal 236 128 0 0 0.46 1 0.07 32.54 1 0.46
Hex EC 80 0 0 2E 64 7 21 64 2E
Octal 354 200 0 0 56 144 7 41 144 56
Binary 11101100 10000000 0 0 101110 1100100 111 100001 1100100 101110

Color Harmonies of #EC8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8000

Black with #EC8000

Text Example


Text Example

White with #EC8000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8000; }

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

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

background-color css

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

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

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

border-color css

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

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

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