Html Css Color HEX #EA860C Tangerine

📋 copy color: '#EA860C'

red 234 ◦ green 134 ◦ blue 12

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

Shades of Tangerine #EA860C

Tints of Tangerine #EA860C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.26%

 BLUE value IS 12 (5.08% from 255) = 3.16%

R = 61.58%
G = 35.26%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA860C (or 0xEA860C) is known color: Tangerine. HEX triplet: EA, 86 and 0C. RGB value is (234,134,12). Sum of RGB (Red+Green+Blue) = 234+134+12=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA860C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA860C is #1579F3. Grayscale: #969696. Windows color (decimal): -1407476 or 820970. OLE color: 820970.

HSL color Cylindrical-coordinate representation of color #EA860C: hue angle of 32.97º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA860C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 134 12 -
CMYK 0 0.43 0.95 0.08
HSL 32.97º 0.9% 0.48% -
HSV(B) 32.97º 0.95% 0.92% -
XYZ 42.52 34.57 4.78 -
YUV 149.99 50.13 187.92 -
System Red Green Blue C M Y K H S L
Decimal 234 134 12 0 0.43 0.95 0.08 32.97 0.9 0.48
Hex EA 86 C 0 2B 5F 8 21 5A 30
Octal 352 206 14 0 53 137 10 41 132 60
Binary 11101010 10000110 1100 0 101011 1011111 1000 100001 1011010 110000

Color Harmonies of #EA860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA860C

Black with #EA860C

Text Example


Text Example

White with #EA860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA860C; }

 p { color: rgb(234,134,12); }

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

background-color css

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

 a { background-color: rgb(234,134,12); }

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

border-color css

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

 span { border-color: rgb(234,134,12); }

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