Html Css Color HEX #EA870C Tangerine

📋 copy color: '#EA870C'

red 234 ◦ green 135 ◦ blue 12

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

Shades of Tangerine #EA870C

Tints of Tangerine #EA870C

RGB

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

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

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

R = 61.42%
G = 35.43%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA870C (or 0xEA870C) is known color: Tangerine. HEX triplet: EA, 87 and 0C. RGB value is (234,135,12). Sum of RGB (Red+Green+Blue) = 234+135+12=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA870C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA870C is #1578F3. Grayscale: #979797. Windows color (decimal): -1407220 or 821226. OLE color: 821226.

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

Color convert

RGB 234 135 12 -
CMYK 0 0.42 0.95 0.08
HSL 33.24º 0.9% 0.48% -
HSV(B) 33.24º 0.95% 0.92% -
XYZ 42.66 34.85 4.83 -
YUV 150.58 49.8 187.5 -
System Red Green Blue C M Y K H S L
Decimal 234 135 12 0 0.42 0.95 0.08 33.24 0.9 0.48
Hex EA 87 C 0 2A 5F 8 21 5A 30
Octal 352 207 14 0 52 137 10 41 132 60
Binary 11101010 10000111 1100 0 101010 1011111 1000 100001 1011010 110000

Color Harmonies of #EA870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA870C

Black with #EA870C

Text Example


Text Example

White with #EA870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA870C; }

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

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

background-color css

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

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

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

border-color css

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

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

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