#EA840D

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

Shades of Tangerine #EA840D

Tints of Tangerine #EA840D

Color information

#EA840D (or 0xEA840D) is unknown color: approx Tangerine. HEX triplet: EA, 84 and 0D. RGB value is (234,132,13). Sum of RGB (Red+Green+Blue) = 234+132+13=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA840D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA840D is #157BF2. Grayscale: #959595. Windows color (decimal): -1407987 or 885994. OLE color: 885994.

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

Color convert

RGB23413213-
CMYK00.440.940.08
HSL32.31º89.47%48.43%-
HSV(B)32.31º94.44%91.76%-
XYZ42.2634.024.72-
YUV148.9351.29188.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.74%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 13 (5.47% from 255) = 3.43%
R=61.74%
G=34.83%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341321300.440.940.0832.3189.4748.43
HexEA84D02C5E8205930
Octal35220415054136104013160
Binary111010101000010011010101100101111010001000001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA840D; }

 p { color: rgb(234,132,13); }

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

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

 a { background-color: rgb(234,132,13); }

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

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

 span { border-color: rgb(234,132,13); }

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