Html Css Color HEX #E4860E Tangerine

📋 copy color: '#E4860E'

red 228 ◦ green 134 ◦ blue 14

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

Shades of Tangerine #E4860E

Tints of Tangerine #E4860E

RGB

 RED value IS 228 (89.45% from 255) = 60.64%

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

 BLUE value IS 14 (5.86% from 255) = 3.72%

R = 60.64%
G = 35.64%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4860E (or 0xE4860E) is known color: Tangerine. HEX triplet: E4, 86 and 0E. RGB value is (228,134,14). Sum of RGB (Red+Green+Blue) = 228+134+14=376 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.64% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 228 - color contains mainly: red. Hex color #E4860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4860E is #1B79F1. Grayscale: #949494. Windows color (decimal): -1800690 or 952036. OLE color: 952036.

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

Color convert

RGB 228 134 14 -
CMYK 0 0.41 0.94 0.11
HSL 33.64º 0.88% 0.47% -
HSV(B) 33.64º 0.94% 0.89% -
XYZ 40.6 33.58 4.76 -
YUV 148.43 52.14 184.76 -
System Red Green Blue C M Y K H S L
Decimal 228 134 14 0 0.41 0.94 0.11 33.64 0.88 0.47
Hex E4 86 E 0 29 5E B 22 58 2F
Octal 344 206 16 0 51 136 13 42 130 57
Binary 11100100 10000110 1110 0 101001 1011110 1011 100010 1011000 101111

Color Harmonies of #E4860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4860E

Black with #E4860E

Text Example


Text Example

White with #E4860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4860E; }

 p { color: rgb(228,134,14); }

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

background-color css

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

 a { background-color: rgb(228,134,14); }

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

border-color css

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

 span { border-color: rgb(228,134,14); }

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