Html Css Color HEX #EA8C01 Tangerine

📋 copy color: '#EA8C01'

red 234 ◦ green 140 ◦ blue 1

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

Shades of Tangerine #EA8C01

Tints of Tangerine #EA8C01

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.33%

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

R = 62.4%
G = 37.33%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA8C01 (or 0xEA8C01) is known color: Tangerine. HEX triplet: EA, 8C and 01. RGB value is (234,140,1). Sum of RGB (Red+Green+Blue) = 234+140+1=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8C01 is #1573FE. Grayscale: #989898. Windows color (decimal): -1405951 or 101610. OLE color: 101610.

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

Color convert

RGB 234 140 1 -
CMYK 0 0.40 1.00 0.08
HSL 35.79º 0.99% 0.46% -
HSV(B) 35.79º 1% 0.92% -
XYZ 43.32 36.25 4.74 -
YUV 152.26 42.64 186.3 -
System Red Green Blue C M Y K H S L
Decimal 234 140 1 0 0.40 1.00 0.08 35.79 0.99 0.46
Hex EA 8C 1 0 28 64 8 24 63 2E
Octal 352 214 1 0 50 144 10 44 143 56
Binary 11101010 10001100 1 0 101000 1100100 1000 100100 1100011 101110

Color Harmonies of #EA8C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C01

Black with #EA8C01

Text Example


Text Example

White with #EA8C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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