#EE9008

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

Shades of Tangerine #EE9008

Tints of Tangerine #EE9008

Color information

#EE9008 (or 0xEE9008) is unknown color: approx Tangerine. HEX triplet: EE, 90 and 08. RGB value is (238,144,8). Sum of RGB (Red+Green+Blue) = 238+144+8=390 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.03% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9008 is #116FF7. Grayscale: #9D9D9D. Windows color (decimal): -1142776 or 561390. OLE color: 561390.

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

Color convert

RGB2381448-
CMYK00.390.970.07
HSL35.48º93.5%48.24%-
HSV(B)35.48º96.64%93.33%-
XYZ45.2838.145.21-
YUV156.644.14186.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 61.03%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 8 (3.52% from 255) = 2.05%
R=61.03%
G=36.92%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238144800.390.970.0735.4893.548.24
HexEE908027617235d30
Octal3562201004714174313560
Binary11101110100100001000010011111000011111000111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9008; }

 p { color: rgb(238,144,8); }

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

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

 a { background-color: rgb(238,144,8); }

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

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

 span { border-color: rgb(238,144,8); }

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