#EE9501

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

Shades of Tangerine #EE9501

Tints of Tangerine #EE9501

Color information

#EE9501 (or 0xEE9501) is unknown color: approx Tangerine. HEX triplet: EE, 95 and 01. RGB value is (238,149,1). Sum of RGB (Red+Green+Blue) = 238+149+1=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9501 is #116AFE. Grayscale: #9F9F9F. Windows color (decimal): -1141503 or 103918. OLE color: 103918.

HSL color Cylindrical-coordinate representation of color #EE9501: hue angle of 37.47º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE9501 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB2381491-
CMYK00.371.000.07
HSL37.47º99.16%46.86%-
HSV(B)37.47º99.58%93.33%-
XYZ46.0139.675.26-
YUV158.7438.99184.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 61.34%
GREEN value IS 149 (58.59% from 255) = 38.40%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=61.34%
G=38.40%
B=0.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238149100.371.000.0737.4799.1646.86
HexEE95102564725632f
Octal356225104514474514357
Binary11101110100101011010010111001001111001011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9501; }

 p { color: rgb(238,149,1); }

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

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

 a { background-color: rgb(238,149,1); }

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

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

 span { border-color: rgb(238,149,1); }

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