Html Css Color HEX #EA8C00 Tangerine

📋 copy color: '#EA8C00'

red 234 ◦ green 140 ◦ blue 0

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

Shades of Tangerine #EA8C00

Tints of Tangerine #EA8C00

RGB

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

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

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

R = 62.57%
G = 37.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA8C00 (or 0xEA8C00) is known color: Tangerine. HEX triplet: EA, 8C and 00. RGB value is (234,140,0). Sum of RGB (Red+Green+Blue) = 234+140+0=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8C00 is #1573FF. Grayscale: #989898. Windows color (decimal): -1405952 or 36074. OLE color: 36074.

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

Color convert

RGB 234 140 0 -
CMYK 0 0.40 1 0.08
HSL 35.9º 1% 0.46% -
HSV(B) 35.9º 1% 0.92% -
XYZ 43.31 36.25 4.71 -
YUV 152.15 42.14 186.38 -
System Red Green Blue C M Y K H S L
Decimal 234 140 0 0 0.40 1 0.08 35.9 1 0.46
Hex EA 8C 0 0 28 64 8 24 64 2E
Octal 352 214 0 0 50 144 10 44 144 56
Binary 11101010 10001100 0 0 101000 1100100 1000 100100 1100100 101110

Color Harmonies of #EA8C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C00

Black with #EA8C00

Text Example


Text Example

White with #EA8C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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