Html Css Color HEX #EA8610 Tangerine

📋 copy color: '#EA8610'

red 234 ◦ green 134 ◦ blue 16

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

Shades of Tangerine #EA8610

Tints of Tangerine #EA8610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

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

R = 60.94%
G = 34.9%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA8610 (or 0xEA8610) is known color: Tangerine. HEX triplet: EA, 86 and 10. RGB value is (234,134,16). Sum of RGB (Red+Green+Blue) = 234+134+16=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8610 is #1579EF. Grayscale: #979797. Windows color (decimal): -1407472 or 1083114. OLE color: 1083114.

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

Color convert

RGB 234 134 16 -
CMYK 0 0.43 0.93 0.08
HSL 32.48º 0.87% 0.49% -
HSV(B) 32.48º 0.93% 0.92% -
XYZ 42.55 34.58 4.92 -
YUV 150.45 52.13 187.59 -
System Red Green Blue C M Y K H S L
Decimal 234 134 16 0 0.43 0.93 0.08 32.48 0.87 0.49
Hex EA 86 10 0 2B 5D 8 20 57 31
Octal 352 206 20 0 53 135 10 40 127 61
Binary 11101010 10000110 10000 0 101011 1011101 1000 100000 1010111 110001

Color Harmonies of #EA8610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8610

Black with #EA8610

Text Example


Text Example

White with #EA8610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8610; }

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

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

background-color css

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

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

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

border-color css

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

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

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