Html Css Color HEX #EA8B04 Tangerine

📋 copy color: '#EA8B04'

red 234 ◦ green 139 ◦ blue 4

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

Shades of Tangerine #EA8B04

Tints of Tangerine #EA8B04

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.87%

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 62.07%
G = 36.87%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA8B04 (or 0xEA8B04) is known color: Tangerine. HEX triplet: EA, 8B and 04. RGB value is (234,139,4). Sum of RGB (Red+Green+Blue) = 234+139+4=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8B04 is #1574FB. Grayscale: #989898. Windows color (decimal): -1406204 or 297962. OLE color: 297962.

HSL color Cylindrical-coordinate representation of color #EA8B04: hue angle of 35.22º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA8B04 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 139 4 -
CMYK 0 0.41 0.98 0.08
HSL 35.22º 0.97% 0.47% -
HSV(B) 35.22º 0.98% 0.92% -
XYZ 43.19 35.97 4.78 -
YUV 152.02 44.47 186.48 -
System Red Green Blue C M Y K H S L
Decimal 234 139 4 0 0.41 0.98 0.08 35.22 0.97 0.47
Hex EA 8B 4 0 29 62 8 23 61 2F
Octal 352 213 4 0 51 142 10 43 141 57
Binary 11101010 10001011 100 0 101001 1100010 1000 100011 1100001 101111

Color Harmonies of #EA8B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8B04

Black with #EA8B04

Text Example


Text Example

White with #EA8B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8B04; }

 p { color: rgb(234,139,4); }

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

background-color css

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

 a { background-color: rgb(234,139,4); }

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

border-color css

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

 span { border-color: rgb(234,139,4); }

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