Html Css Color HEX #EE8506 Tangerine

📋 copy color: '#EE8506'

red 238 ◦ green 133 ◦ blue 6

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

Shades of Tangerine #EE8506

Tints of Tangerine #EE8506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

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

R = 63.13%
G = 35.28%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE8506 (or 0xEE8506) is known color: Tangerine. HEX triplet: EE, 85 and 06. RGB value is (238,133,6). Sum of RGB (Red+Green+Blue) = 238+133+6=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8506 is #117AF9. Grayscale: #969696. Windows color (decimal): -1145594 or 427502. OLE color: 427502.

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

Color convert

RGB 238 133 6 -
CMYK 0 0.44 0.97 0.07
HSL 32.84º 0.95% 0.48% -
HSV(B) 32.84º 0.97% 0.93% -
XYZ 43.68 34.97 4.62 -
YUV 149.92 46.79 190.83 -
System Red Green Blue C M Y K H S L
Decimal 238 133 6 0 0.44 0.97 0.07 32.84 0.95 0.48
Hex EE 85 6 0 2C 61 7 21 5F 30
Octal 356 205 6 0 54 141 7 41 137 60
Binary 11101110 10000101 110 0 101100 1100001 111 100001 1011111 110000

Color Harmonies of #EE8506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8506

Black with #EE8506

Text Example


Text Example

White with #EE8506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8506; }

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

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

background-color css

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

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

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

border-color css

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

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

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