Html Css Color HEX #E3860C Tangerine

📋 copy color: '#E3860C'

red 227 ◦ green 134 ◦ blue 12

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

Shades of Tangerine #E3860C

Tints of Tangerine #E3860C

RGB

 RED value IS 227 (89.06% from 255) = 60.86%

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

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

R = 60.86%
G = 35.92%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3860C (or 0xE3860C) is known color: Tangerine. HEX triplet: E3, 86 and 0C. RGB value is (227,134,12). Sum of RGB (Red+Green+Blue) = 227+134+12=373 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.86% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 227 - color contains mainly: red. Hex color #E3860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3860C is #1C79F3. Grayscale: #949494. Windows color (decimal): -1866228 or 820963. OLE color: 820963.

HSL color Cylindrical-coordinate representation of color #E3860C: hue angle of 34.05º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3860C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 134 12 -
CMYK 0 0.41 0.95 0.11
HSL 34.05º 0.9% 0.47% -
HSV(B) 34.05º 0.95% 0.89% -
XYZ 40.27 33.41 4.67 -
YUV 147.9 51.31 184.42 -
System Red Green Blue C M Y K H S L
Decimal 227 134 12 0 0.41 0.95 0.11 34.05 0.9 0.47
Hex E3 86 C 0 29 5F B 22 5A 2F
Octal 343 206 14 0 51 137 13 42 132 57
Binary 11100011 10000110 1100 0 101001 1011111 1011 100010 1011010 101111

Color Harmonies of #E3860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3860C

Black with #E3860C

Text Example


Text Example

White with #E3860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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