Html Css Color HEX #EE8006 Tangerine

📋 copy color: '#EE8006'

red 238 ◦ green 128 ◦ blue 6

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

Shades of Tangerine #EE8006

Tints of Tangerine #EE8006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.61%

R = 63.98%
G = 34.41%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE8006 (or 0xEE8006) is known color: Tangerine. HEX triplet: EE, 80 and 06. RGB value is (238,128,6). Sum of RGB (Red+Green+Blue) = 238+128+6=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8006 is #117FF9. Grayscale: #939393. Windows color (decimal): -1146874 or 426222. OLE color: 426222.

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

Color convert

RGB 238 128 6 -
CMYK 0 0.46 0.97 0.07
HSL 31.55º 0.95% 0.48% -
HSV(B) 31.55º 0.97% 0.93% -
XYZ 43.01 33.63 4.4 -
YUV 146.98 48.44 192.92 -
System Red Green Blue C M Y K H S L
Decimal 238 128 6 0 0.46 0.97 0.07 31.55 0.95 0.48
Hex EE 80 6 0 2E 61 7 20 5F 30
Octal 356 200 6 0 56 141 7 40 137 60
Binary 11101110 10000000 110 0 101110 1100001 111 100000 1011111 110000

Color Harmonies of #EE8006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8006

Black with #EE8006

Text Example


Text Example

White with #EE8006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8006; }

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

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

background-color css

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

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

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

border-color css

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

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

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