Html Css Color HEX #EC8011 Tangerine

📋 copy color: '#EC8011'

red 236 ◦ green 128 ◦ blue 17

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

Shades of Tangerine #EC8011

Tints of Tangerine #EC8011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.46%

R = 61.94%
G = 33.6%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC8011 (or 0xEC8011) is known color: Tangerine. HEX triplet: EC, 80 and 11. RGB value is (236,128,17). Sum of RGB (Red+Green+Blue) = 236+128+17=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8011 is #137FEE. Grayscale: #949494. Windows color (decimal): -1277935 or 1147116. OLE color: 1147116.

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

Color convert

RGB 236 128 17 -
CMYK 0 0.46 0.93 0.07
HSL 30.41º 0.87% 0.5% -
HSV(B) 30.41º 0.93% 0.93% -
XYZ 42.41 33.31 4.72 -
YUV 147.64 54.28 191.03 -
System Red Green Blue C M Y K H S L
Decimal 236 128 17 0 0.46 0.93 0.07 30.41 0.87 0.5
Hex EC 80 11 0 2E 5D 7 1E 57 32
Octal 354 200 21 0 56 135 7 36 127 62
Binary 11101100 10000000 10001 0 101110 1011101 111 11110 1010111 110010

Color Harmonies of #EC8011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8011

Black with #EC8011

Text Example


Text Example

White with #EC8011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8011; }

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

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

background-color css

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

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

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

border-color css

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

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

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