Html Css Color HEX #EA870F Tangerine

📋 copy color: '#EA870F'

red 234 ◦ green 135 ◦ blue 15

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

Shades of Tangerine #EA870F

Tints of Tangerine #EA870F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.91%

R = 60.94%
G = 35.16%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA870F (or 0xEA870F) is known color: Tangerine. HEX triplet: EA, 87 and 0F. RGB value is (234,135,15). Sum of RGB (Red+Green+Blue) = 234+135+15=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA870F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA870F is #1578F0. Grayscale: #979797. Windows color (decimal): -1407217 or 1017834. OLE color: 1017834.

HSL color Cylindrical-coordinate representation of color #EA870F: hue angle of 32.88º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA870F is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 135 15 -
CMYK 0 0.42 0.94 0.08
HSL 32.88º 0.88% 0.49% -
HSV(B) 32.88º 0.94% 0.92% -
XYZ 42.68 34.85 4.93 -
YUV 150.92 51.3 187.26 -
System Red Green Blue C M Y K H S L
Decimal 234 135 15 0 0.42 0.94 0.08 32.88 0.88 0.49
Hex EA 87 F 0 2A 5E 8 21 58 31
Octal 352 207 17 0 52 136 10 41 130 61
Binary 11101010 10000111 1111 0 101010 1011110 1000 100001 1011000 110001

Color Harmonies of #EA870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA870F

Black with #EA870F

Text Example


Text Example

White with #EA870F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA870F; }

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

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

background-color css

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

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

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

border-color css

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

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

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