#EA8204

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

Shades of Tangerine #EA8204

Tints of Tangerine #EA8204

Color information

#EA8204 (or 0xEA8204) is unknown color: approx Tangerine. HEX triplet: EA, 82 and 04. RGB value is (234,130,4). Sum of RGB (Red+Green+Blue) = 234+130+4=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8204 is #157DFB. Grayscale: #939393. Windows color (decimal): -1408508 or 295658. OLE color: 295658.

HSL color Cylindrical-coordinate representation of color #EA8204: hue angle of 32.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA8204 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB2341304-
CMYK00.440.980.08
HSL32.87º96.64%46.67%-
HSV(B)32.87º98.29%91.76%-
XYZ41.9433.474.36-
YUV146.7347.46190.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.59%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 4 (1.95% from 255) = 1.09%
R=63.59%
G=35.33%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234130400.440.980.0832.8796.6446.67
HexEA82402C62821612f
Octal3522024054142104114157
Binary11101010100000101000101100110001010001000011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8204; }

 p { color: rgb(234,130,4); }

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

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

 a { background-color: rgb(234,130,4); }

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

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

 span { border-color: rgb(234,130,4); }

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