#E08B02

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

Shades of Tangerine #E08B02

Tints of Tangerine #E08B02

Color information

#E08B02 (or 0xE08B02) is unknown color: approx Tangerine. HEX triplet: E0, 8B and 02. RGB value is (224,139,2). Sum of RGB (Red+Green+Blue) = 224+139+2=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08B02 is #1F74FD. Grayscale: #959595. Windows color (decimal): -2061566 or 166880. OLE color: 166880.

HSL color Cylindrical-coordinate representation of color #E08B02: hue angle of 37.03º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E08B02 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB2241392-
CMYK00.380.990.12
HSL37.03º98.23%44.31%-
HSV(B)37.03º99.11%87.84%-
XYZ39.9834.324.57-
YUV148.845.16181.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.37%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=61.37%
G=38.08%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224139200.380.990.1237.0398.2344.31
HexE08B202663C25622c
Octal3402132046143144514254
Binary1110000010001011100100110110001111001001011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08B02; }

 p { color: rgb(224,139,2); }

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

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

 a { background-color: rgb(224,139,2); }

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

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

 span { border-color: rgb(224,139,2); }

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