Html Css Color HEX #EA8211 Tangerine

📋 copy color: '#EA8211'

red 234 ◦ green 130 ◦ blue 17

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

Shades of Tangerine #EA8211

Tints of Tangerine #EA8211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.46%

R = 61.42%
G = 34.12%
B = 4.46%

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

#EA8211 (or 0xEA8211) is known color: Tangerine. HEX triplet: EA, 82 and 11. RGB value is (234,130,17). Sum of RGB (Red+Green+Blue) = 234+130+17=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8211 is #157DEE. Grayscale: #949494. Windows color (decimal): -1408495 or 1147626. OLE color: 1147626.

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

Color convert

RGB 234 130 17 -
CMYK 0 0.44 0.93 0.08
HSL 31.24º 0.86% 0.49% -
HSV(B) 31.24º 0.93% 0.92% -
XYZ 42.02 33.5 4.78 -
YUV 148.21 53.96 189.19 -
System Red Green Blue C M Y K H S L
Decimal 234 130 17 0 0.44 0.93 0.08 31.24 0.86 0.49
Hex EA 82 11 0 2C 5D 8 1F 56 31
Octal 352 202 21 0 54 135 10 37 126 61
Binary 11101010 10000010 10001 0 101100 1011101 1000 11111 1010110 110001

Color Harmonies of #EA8211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8211

Black with #EA8211

Text Example


Text Example

White with #EA8211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8211; }

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

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

background-color css

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

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

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

border-color css

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

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

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