Html Css Color HEX #E0860C Tangerine

📋 copy color: '#E0860C'

red 224 ◦ green 134 ◦ blue 12

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

Shades of Tangerine #E0860C

Tints of Tangerine #E0860C

RGB

 RED value IS 224 (87.89% from 255) = 60.54%

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

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

R = 60.54%
G = 36.22%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0860C (or 0xE0860C) is known color: Tangerine. HEX triplet: E0, 86 and 0C. RGB value is (224,134,12). Sum of RGB (Red+Green+Blue) = 224+134+12=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E0860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0860C is #1F79F3. Grayscale: #939393. Windows color (decimal): -2062836 or 820960. OLE color: 820960.

HSL color Cylindrical-coordinate representation of color #E0860C: hue angle of 34.53º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0860C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 12 -
CMYK 0 0.40 0.95 0.12
HSL 34.53º 0.9% 0.46% -
HSV(B) 34.53º 0.95% 0.88% -
XYZ 39.33 32.92 4.63 -
YUV 147 51.82 182.92 -
System Red Green Blue C M Y K H S L
Decimal 224 134 12 0 0.40 0.95 0.12 34.53 0.9 0.46
Hex E0 86 C 0 28 5F C 23 5A 2E
Octal 340 206 14 0 50 137 14 43 132 56
Binary 11100000 10000110 1100 0 101000 1011111 1100 100011 1011010 101110

Color Harmonies of #E0860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0860C

Black with #E0860C

Text Example


Text Example

White with #E0860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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