Html Css Color HEX #EA820E Tangerine

📋 copy color: '#EA820E'

red 234 ◦ green 130 ◦ blue 14

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

Shades of Tangerine #EA820E

Tints of Tangerine #EA820E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.39%

 BLUE value IS 14 (5.86% from 255) = 3.7%

R = 61.9%
G = 34.39%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA820E (or 0xEA820E) is known color: Tangerine. HEX triplet: EA, 82 and 0E. RGB value is (234,130,14). Sum of RGB (Red+Green+Blue) = 234+130+14=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA820E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA820E is #157DF1. Grayscale: #949494. Windows color (decimal): -1408498 or 951018. OLE color: 951018.

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

Color convert

RGB 234 130 14 -
CMYK 0 0.44 0.94 0.08
HSL 31.64º 0.89% 0.49% -
HSV(B) 31.64º 0.94% 0.92% -
XYZ 41.99 33.49 4.67 -
YUV 147.87 52.46 189.43 -
System Red Green Blue C M Y K H S L
Decimal 234 130 14 0 0.44 0.94 0.08 31.64 0.89 0.49
Hex EA 82 E 0 2C 5E 8 20 59 31
Octal 352 202 16 0 54 136 10 40 131 61
Binary 11101010 10000010 1110 0 101100 1011110 1000 100000 1011001 110001

Color Harmonies of #EA820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA820E

Black with #EA820E

Text Example


Text Example

White with #EA820E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA820E; }

 p { color: rgb(234,130,14); }

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

background-color css

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

 a { background-color: rgb(234,130,14); }

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

border-color css

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

 span { border-color: rgb(234,130,14); }

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