Html Css Color HEX #EA8F00 Tangerine

📋 copy color: '#EA8F00'

red 234 ◦ green 143 ◦ blue 0

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

Shades of Tangerine #EA8F00

Tints of Tangerine #EA8F00

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.07%
G = 37.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA8F00 (or 0xEA8F00) is known color: Tangerine. HEX triplet: EA, 8F and 00. RGB value is (234,143,0). Sum of RGB (Red+Green+Blue) = 234+143+0=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8F00 is #1570FF. Grayscale: #9A9A9A. Windows color (decimal): -1405184 or 36842. OLE color: 36842.

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

Color convert

RGB 234 143 0 -
CMYK 0 0.39 1 0.08
HSL 36.67º 1% 0.46% -
HSV(B) 36.67º 1% 0.92% -
XYZ 43.75 37.14 4.86 -
YUV 153.91 41.15 185.13 -
System Red Green Blue C M Y K H S L
Decimal 234 143 0 0 0.39 1 0.08 36.67 1 0.46
Hex EA 8F 0 0 27 64 8 25 64 2E
Octal 352 217 0 0 47 144 10 45 144 56
Binary 11101010 10001111 0 0 100111 1100100 1000 100101 1100100 101110

Color Harmonies of #EA8F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F00

Black with #EA8F00

Text Example


Text Example

White with #EA8F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F00; }

 p { color: rgb(234,143,0); }

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

background-color css

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

 a { background-color: rgb(234,143,0); }

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

border-color css

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

 span { border-color: rgb(234,143,0); }

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