Html Css Color HEX #EA8301 Tangerine

📋 copy color: '#EA8301'

red 234 ◦ green 131 ◦ blue 1

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

Shades of Tangerine #EA8301

Tints of Tangerine #EA8301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.79%

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

R = 63.93%
G = 35.79%
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

#EA8301 (or 0xEA8301) is known color: Tangerine. HEX triplet: EA, 83 and 01. RGB value is (234,131,1). Sum of RGB (Red+Green+Blue) = 234+131+1=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8301 is #157CFE. Grayscale: #939393. Windows color (decimal): -1408255 or 99306. OLE color: 99306.

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

Color convert

RGB 234 131 1 -
CMYK 0 0.44 1.00 0.08
HSL 33.48º 0.99% 0.46% -
HSV(B) 33.48º 1% 0.92% -
XYZ 42.05 33.73 4.32 -
YUV 146.98 45.62 190.07 -
System Red Green Blue C M Y K H S L
Decimal 234 131 1 0 0.44 1.00 0.08 33.48 0.99 0.46
Hex EA 83 1 0 2C 64 8 21 63 2E
Octal 352 203 1 0 54 144 10 41 143 56
Binary 11101010 10000011 1 0 101100 1100100 1000 100001 1100011 101110

Color Harmonies of #EA8301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8301

Black with #EA8301

Text Example


Text Example

White with #EA8301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8301; }

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

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

background-color css

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

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

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

border-color css

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

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

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