#EA8309

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

Shades of Tangerine #EA8309

Tints of Tangerine #EA8309

Color information

#EA8309 (or 0xEA8309) is unknown color: approx Tangerine. HEX triplet: EA, 83 and 09. RGB value is (234,131,9). Sum of RGB (Red+Green+Blue) = 234+131+9=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8309 is #157CF6. Grayscale: #949494. Windows color (decimal): -1408247 or 623594. OLE color: 623594.

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

Color convert

RGB2341319-
CMYK00.440.960.08
HSL32.53º92.59%47.65%-
HSV(B)32.53º96.15%91.76%-
XYZ42.133.744.55-
YUV147.8949.62189.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.57%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 9 (3.91% from 255) = 2.41%
R=62.57%
G=35.03%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234131900.440.960.0832.5392.5947.65
HexEA83902C608215d30
Octal35220311054140104113560
Binary111010101000001110010101100110000010001000011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8309; }

 p { color: rgb(234,131,9); }

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

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

 a { background-color: rgb(234,131,9); }

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

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

 span { border-color: rgb(234,131,9); }

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