Html Css Color HEX #EA8201 Tangerine

📋 copy color: '#EA8201'

red 234 ◦ green 130 ◦ blue 1

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

Shades of Tangerine #EA8201

Tints of Tangerine #EA8201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 64.11%
G = 35.62%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA8201 (or 0xEA8201) is known color: Tangerine. HEX triplet: EA, 82 and 01. RGB value is (234,130,1). Sum of RGB (Red+Green+Blue) = 234+130+1=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8201 is #157DFE. Grayscale: #939393. Windows color (decimal): -1408511 or 99050. OLE color: 99050.

HSL color Cylindrical-coordinate representation of color #EA8201: hue angle of 33.22º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA8201 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 130 1 -
CMYK 0 0.44 1.00 0.08
HSL 33.22º 0.99% 0.46% -
HSV(B) 33.22º 1% 0.92% -
XYZ 41.92 33.46 4.28 -
YUV 146.39 45.96 190.49 -
System Red Green Blue C M Y K H S L
Decimal 234 130 1 0 0.44 1.00 0.08 33.22 0.99 0.46
Hex EA 82 1 0 2C 64 8 21 63 2E
Octal 352 202 1 0 54 144 10 41 143 56
Binary 11101010 10000010 1 0 101100 1100100 1000 100001 1100011 101110

Color Harmonies of #EA8201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8201

Black with #EA8201

Text Example


Text Example

White with #EA8201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8201; }

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

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

background-color css

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

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

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

border-color css

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

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

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