Html Css Color HEX #EA8701 Tangerine

📋 copy color: '#EA8701'

red 234 ◦ green 135 ◦ blue 1

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

Shades of Tangerine #EA8701

Tints of Tangerine #EA8701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.49%

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

R = 63.24%
G = 36.49%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA8701 (or 0xEA8701) is known color: Tangerine. HEX triplet: EA, 87 and 01. RGB value is (234,135,1). Sum of RGB (Red+Green+Blue) = 234+135+1=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8701 is #1578FE. Grayscale: #959595. Windows color (decimal): -1407231 or 100330. OLE color: 100330.

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

Color convert

RGB 234 135 1 -
CMYK 0 0.42 1.00 0.08
HSL 34.51º 0.99% 0.46% -
HSV(B) 34.51º 1% 0.92% -
XYZ 42.6 34.82 4.5 -
YUV 149.33 44.3 188.4 -
System Red Green Blue C M Y K H S L
Decimal 234 135 1 0 0.42 1.00 0.08 34.51 0.99 0.46
Hex EA 87 1 0 2A 64 8 23 63 2E
Octal 352 207 1 0 52 144 10 43 143 56
Binary 11101010 10000111 1 0 101010 1100100 1000 100011 1100011 101110

Color Harmonies of #EA8701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8701

Black with #EA8701

Text Example


Text Example

White with #EA8701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8701; }

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

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

background-color css

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

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

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

border-color css

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

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

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