#EE840F

Color #EE840F Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangerine #EE840F

Tints of Tangerine #EE840F

Color information

#EE840F (or 0xEE840F) is unknown color: approx Tangerine. HEX triplet: EE, 84 and 0F. RGB value is (238,132,15). Sum of RGB (Red+Green+Blue) = 238+132+15=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE840F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE840F is #117BF0. Grayscale: #969696. Windows color (decimal): -1145841 or 1017070. OLE color: 1017070.

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

Color convert

RGB23813215-
CMYK00.450.940.07
HSL31.48º88.14%49.61%-
HSV(B)31.48º93.7%93.33%-
XYZ43.634.714.85-
YUV150.3651.62190.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 61.82%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 15 (6.25% from 255) = 3.90%
R=61.82%
G=34.29%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381321500.450.940.0731.4888.1449.61
HexEE84F02D5E71f5832
Octal3562041705513673713062
Binary1110111010000100111101011011011110111111111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE840F; }

 p { color: rgb(238,132,15); }

 H1.HeaderClassName
 {
   color: #EE840F;
 }
 .AnyTagClassName
 {
   color: #EE840F;
 }
</style>
background-color css

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

 a { background-color: rgb(238,132,15); }

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

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

 span { border-color: rgb(238,132,15); }

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