#EE7E02

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

Shades of Tangerine #EE7E02

Tints of Tangerine #EE7E02

Color information

#EE7E02 (or 0xEE7E02) is unknown color: approx Tangerine. HEX triplet: EE, 7E and 02. RGB value is (238,126,2). Sum of RGB (Red+Green+Blue) = 238+126+2=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7E02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7E02 is #1181FD. Grayscale: #919191. Windows color (decimal): -1147390 or 163566. OLE color: 163566.

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

Color convert

RGB2381262-
CMYK00.470.990.07
HSL31.53º98.33%47.06%-
HSV(B)31.53º99.16%93.33%-
XYZ42.7333.14.19-
YUV145.3547.11194.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 65.03%
GREEN value IS 126 (49.61% from 255) = 34.43%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=65.03%
G=34.43%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238126200.470.990.0731.5398.3347.06
HexEE7E202F63720622f
Octal356176205714374014257
Binary11101110111111010010111111000111111000001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7E02; }

 p { color: rgb(238,126,2); }

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

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

 a { background-color: rgb(238,126,2); }

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

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

 span { border-color: rgb(238,126,2); }

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