#EA8013

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

Shades of Tangerine #EA8013

Tints of Tangerine #EA8013

Color information

#EA8013 (or 0xEA8013) is unknown color: approx Tangerine. HEX triplet: EA, 80 and 13. RGB value is (234,128,19). Sum of RGB (Red+Green+Blue) = 234+128+19=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8013 is #157FEC. Grayscale: #939393. Windows color (decimal): -1409005 or 1278186. OLE color: 1278186.

HSL color Cylindrical-coordinate representation of color #EA8013: hue angle of 30.42º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA8013 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB23412819-
CMYK00.450.920.08
HSL30.42º84.98%49.61%-
HSV(B)30.42º91.88%91.76%-
XYZ41.7732.984.78-
YUV147.2755.62189.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.42%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 19 (7.81% from 255) = 4.99%
R=61.42%
G=33.60%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341281900.450.920.0830.4284.9849.61
HexEA801302D5C81e5532
Octal35220023055134103612562
Binary111010101000000010011010110110111001000111101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8013; }

 p { color: rgb(234,128,19); }

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

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

 a { background-color: rgb(234,128,19); }

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

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

 span { border-color: rgb(234,128,19); }

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