Html Css Color HEX #EA8410 Tangerine

📋 copy color: '#EA8410'

red 234 ◦ green 132 ◦ blue 16

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

Shades of Tangerine #EA8410

Tints of Tangerine #EA8410

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

 BLUE value IS 16 (6.64% from 255) = 4.19%

R = 61.26%
G = 34.55%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA8410 (or 0xEA8410) is known color: Tangerine. HEX triplet: EA, 84 and 10. RGB value is (234,132,16). Sum of RGB (Red+Green+Blue) = 234+132+16=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8410 is #157BEF. Grayscale: #959595. Windows color (decimal): -1407984 or 1082602. OLE color: 1082602.

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

Color convert

RGB 234 132 16 -
CMYK 0 0.44 0.93 0.08
HSL 31.93º 0.87% 0.49% -
HSV(B) 31.93º 0.93% 0.92% -
XYZ 42.28 34.03 4.83 -
YUV 149.27 52.79 188.43 -
System Red Green Blue C M Y K H S L
Decimal 234 132 16 0 0.44 0.93 0.08 31.93 0.87 0.49
Hex EA 84 10 0 2C 5D 8 20 57 31
Octal 352 204 20 0 54 135 10 40 127 61
Binary 11101010 10000100 10000 0 101100 1011101 1000 100000 1010111 110001

Color Harmonies of #EA8410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8410

Black with #EA8410

Text Example


Text Example

White with #EA8410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8410; }

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

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

background-color css

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

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

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

border-color css

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

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

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