Html Css Color HEX #E1860B Tangerine

📋 copy color: '#E1860B'

red 225 ◦ green 134 ◦ blue 11

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

Shades of Tangerine #E1860B

Tints of Tangerine #E1860B

RGB

 RED value IS 225 (88.28% from 255) = 60.81%

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

 BLUE value IS 11 (4.69% from 255) = 2.97%

R = 60.81%
G = 36.22%
B = 2.97%

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

#E1860B (or 0xE1860B) is known color: Tangerine. HEX triplet: E1, 86 and 0B. RGB value is (225,134,11). Sum of RGB (Red+Green+Blue) = 225+134+11=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E1860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1860B is #1E79F4. Grayscale: #939393. Windows color (decimal): -1997301 or 755425. OLE color: 755425.

HSL color Cylindrical-coordinate representation of color #E1860B: hue angle of 34.49º degrees, saturation: 0.91, 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 #E1860B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 134 11 -
CMYK 0 0.40 0.95 0.12
HSL 34.49º 0.91% 0.46% -
HSV(B) 34.49º 0.95% 0.88% -
XYZ 39.64 33.08 4.61 -
YUV 147.19 51.15 183.5 -
System Red Green Blue C M Y K H S L
Decimal 225 134 11 0 0.40 0.95 0.12 34.49 0.91 0.46
Hex E1 86 B 0 28 5F C 22 5B 2E
Octal 341 206 13 0 50 137 14 42 133 56
Binary 11100001 10000110 1011 0 101000 1011111 1100 100010 1011011 101110

Color Harmonies of #E1860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1860B

Black with #E1860B

Text Example


Text Example

White with #E1860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1860B; }

 p { color: rgb(225,134,11); }

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

background-color css

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

 a { background-color: rgb(225,134,11); }

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

border-color css

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

 span { border-color: rgb(225,134,11); }

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