#EE8407

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

Shades of Tangerine #EE8407

Tints of Tangerine #EE8407

Color information

#EE8407 (or 0xEE8407) is unknown color: approx Tangerine. HEX triplet: EE, 84 and 07. RGB value is (238,132,7). Sum of RGB (Red+Green+Blue) = 238+132+7=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8407 is #117BF8. Grayscale: #969696. Windows color (decimal): -1145849 or 492782. OLE color: 492782.

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

Color convert

RGB2381327-
CMYK00.450.970.07
HSL32.47º94.29%48.04%-
HSV(B)32.47º97.06%93.33%-
XYZ43.5534.74.6-
YUV149.4447.62191.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 63.13%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 7 (3.12% from 255) = 1.86%
R=63.13%
G=35.01%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238132700.450.970.0732.4794.2948.04
HexEE84702D617205e30
Octal356204705514174013660
Binary1110111010000100111010110111000011111000001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8407; }

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

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

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

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

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

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

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

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