Html Css Color HEX #EA8304 Tangerine

📋 copy color: '#EA8304'

red 234 ◦ green 131 ◦ blue 4

#EA8304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangerine #EA8304

Tints of Tangerine #EA8304

RGB

 RED value IS 234 (91.8% from 255) = 63.41%

 GREEN value IS 131 (51.56% from 255) = 35.5%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 63.41%
G = 35.5%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA8304 (or 0xEA8304) is known color: Tangerine. HEX triplet: EA, 83 and 04. RGB value is (234,131,4). Sum of RGB (Red+Green+Blue) = 234+131+4=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8304 is #157CFB. Grayscale: #939393. Windows color (decimal): -1408252 or 295914. OLE color: 295914.

HSL color Cylindrical-coordinate representation of color #EA8304: hue angle of 33.13º 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 #EA8304 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 131 4 -
CMYK 0 0.44 0.98 0.08
HSL 33.13º 0.97% 0.47% -
HSV(B) 33.13º 0.98% 0.92% -
XYZ 42.07 33.73 4.41 -
YUV 147.32 47.12 189.83 -
System Red Green Blue C M Y K H S L
Decimal 234 131 4 0 0.44 0.98 0.08 33.13 0.97 0.47
Hex EA 83 4 0 2C 62 8 21 61 2F
Octal 352 203 4 0 54 142 10 41 141 57
Binary 11101010 10000011 100 0 101100 1100010 1000 100001 1100001 101111

Color Harmonies of #EA8304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8304

Black with #EA8304

Text Example


Text Example

White with #EA8304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8304; }

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

 H1.HeaderClassName
 {
   color: #EA8304;
 }
 .AnyTagClassName
 {
   color: #EA8304;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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