#EE8A0F

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

Shades of Tangerine #EE8A0F

Tints of Tangerine #EE8A0F

Color information

#EE8A0F (or 0xEE8A0F) is unknown color: approx Tangerine. HEX triplet: EE, 8A and 0F. RGB value is (238,138,15). Sum of RGB (Red+Green+Blue) = 238+138+15=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8A0F is #1175F0. Grayscale: #9A9A9A. Windows color (decimal): -1144305 or 1018606. OLE color: 1018606.

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

Color convert

RGB23813815-
CMYK00.420.940.07
HSL33.09º88.14%49.61%-
HSV(B)33.09º93.7%93.33%-
XYZ44.4336.395.13-
YUV153.8849.63188-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 60.87%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 15 (6.25% from 255) = 3.84%
R=60.87%
G=35.29%
B=3.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381381500.420.940.0733.0988.1449.61
HexEE8AF02A5E7215832
Octal3562121705213674113062
Binary11101110100010101111010101010111101111000011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8A0F; }

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

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

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

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

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

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

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

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