Html Css Color HEX #EA8401 Tangerine

📋 copy color: '#EA8401'

red 234 ◦ green 132 ◦ blue 1

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

Shades of Tangerine #EA8401

Tints of Tangerine #EA8401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

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

R = 63.76%
G = 35.97%
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

#EA8401 (or 0xEA8401) is known color: Tangerine. HEX triplet: EA, 84 and 01. RGB value is (234,132,1). Sum of RGB (Red+Green+Blue) = 234+132+1=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8401 is #157BFE. Grayscale: #949494. Windows color (decimal): -1407999 or 99562. OLE color: 99562.

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

Color convert

RGB 234 132 1 -
CMYK 0 0.44 1.00 0.08
HSL 33.73º 0.99% 0.46% -
HSV(B) 33.73º 1% 0.92% -
XYZ 42.19 34 4.37 -
YUV 147.56 45.29 189.65 -
System Red Green Blue C M Y K H S L
Decimal 234 132 1 0 0.44 1.00 0.08 33.73 0.99 0.46
Hex EA 84 1 0 2C 64 8 22 63 2E
Octal 352 204 1 0 54 144 10 42 143 56
Binary 11101010 10000100 1 0 101100 1100100 1000 100010 1100011 101110

Color Harmonies of #EA8401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8401

Black with #EA8401

Text Example


Text Example

White with #EA8401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8401; }

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

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

background-color css

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

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

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

border-color css

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

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

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