Html Css Color HEX #EE8014 Tangerine

📋 copy color: '#EE8014'

red 238 ◦ green 128 ◦ blue 20

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

Shades of Tangerine #EE8014

Tints of Tangerine #EE8014

RGB

 RED value IS 238 (93.36% from 255) = 61.66%

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

 BLUE value IS 20 (8.2% from 255) = 5.18%

R = 61.66%
G = 33.16%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE8014 (or 0xEE8014) is known color: Tangerine. HEX triplet: EE, 80 and 14. RGB value is (238,128,20). Sum of RGB (Red+Green+Blue) = 238+128+20=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8014 is #117FEB. Grayscale: #959595. Windows color (decimal): -1146860 or 1343726. OLE color: 1343726.

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

Color convert

RGB 238 128 20 -
CMYK 0 0.46 0.92 0.07
HSL 29.72º 0.87% 0.51% -
HSV(B) 29.72º 0.92% 0.93% -
XYZ 43.11 33.67 4.89 -
YUV 148.58 55.44 191.78 -
System Red Green Blue C M Y K H S L
Decimal 238 128 20 0 0.46 0.92 0.07 29.72 0.87 0.51
Hex EE 80 14 0 2E 5C 7 1E 57 33
Octal 356 200 24 0 56 134 7 36 127 63
Binary 11101110 10000000 10100 0 101110 1011100 111 11110 1010111 110011

Color Harmonies of #EE8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8014

Black with #EE8014

Text Example


Text Example

White with #EE8014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8014; }

 p { color: rgb(238,128,20); }

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

background-color css

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

 a { background-color: rgb(238,128,20); }

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

border-color css

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

 span { border-color: rgb(238,128,20); }

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