#EA8303

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

Shades of Tangerine #EA8303

Tints of Tangerine #EA8303

Color information

#EA8303 (or 0xEA8303) is unknown color: approx Tangerine. HEX triplet: EA, 83 and 03. RGB value is (234,131,3). Sum of RGB (Red+Green+Blue) = 234+131+3=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8303 is #157CFC. Grayscale: #939393. Windows color (decimal): -1408253 or 230378. OLE color: 230378.

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

Color convert

RGB2341313-
CMYK00.440.990.08
HSL33.25º97.47%46.47%-
HSV(B)33.25º98.72%91.76%-
XYZ42.0633.734.38-
YUV147.2146.62189.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.59%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 3 (1.56% from 255) = 0.82%
R=63.59%
G=35.60%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234131300.440.990.0833.2597.4746.47
HexEA83302C63821612e
Octal3522033054143104114156
Binary1110101010000011110101100110001110001000011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8303; }

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

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

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

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

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

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

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

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