Html Css Color HEX #EE8206 Tangerine

📋 copy color: '#EE8206'

red 238 ◦ green 130 ◦ blue 6

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

Shades of Tangerine #EE8206

Tints of Tangerine #EE8206

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

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

R = 63.64%
G = 34.76%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE8206 (or 0xEE8206) is known color: Tangerine. HEX triplet: EE, 82 and 06. RGB value is (238,130,6). Sum of RGB (Red+Green+Blue) = 238+130+6=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8206 is #117DF9. Grayscale: #949494. Windows color (decimal): -1146362 or 426734. OLE color: 426734.

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

Color convert

RGB 238 130 6 -
CMYK 0 0.45 0.97 0.07
HSL 32.07º 0.95% 0.48% -
HSV(B) 32.07º 0.97% 0.93% -
XYZ 43.28 34.16 4.48 -
YUV 148.16 47.78 192.08 -
System Red Green Blue C M Y K H S L
Decimal 238 130 6 0 0.45 0.97 0.07 32.07 0.95 0.48
Hex EE 82 6 0 2D 61 7 20 5F 30
Octal 356 202 6 0 55 141 7 40 137 60
Binary 11101110 10000010 110 0 101101 1100001 111 100000 1011111 110000

Color Harmonies of #EE8206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8206

Black with #EE8206

Text Example


Text Example

White with #EE8206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8206; }

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

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

background-color css

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

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

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

border-color css

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

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

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