Html Css Color HEX #E5860C Tangerine

📋 copy color: '#E5860C'

red 229 ◦ green 134 ◦ blue 12

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

Shades of Tangerine #E5860C

Tints of Tangerine #E5860C

RGB

 RED value IS 229 (89.84% from 255) = 61.07%

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

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

R = 61.07%
G = 35.73%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5860C (or 0xE5860C) is known color: Tangerine. HEX triplet: E5, 86 and 0C. RGB value is (229,134,12). Sum of RGB (Red+Green+Blue) = 229+134+12=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E5860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5860C is #1A79F3. Grayscale: #959595. Windows color (decimal): -1735156 or 820965. OLE color: 820965.

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

Color convert

RGB 229 134 12 -
CMYK 0 0.41 0.95 0.10
HSL 33.73º 0.9% 0.47% -
HSV(B) 33.73º 0.95% 0.9% -
XYZ 40.9 33.73 4.7 -
YUV 148.5 50.97 185.42 -
System Red Green Blue C M Y K H S L
Decimal 229 134 12 0 0.41 0.95 0.10 33.73 0.9 0.47
Hex E5 86 C 0 29 5F A 22 5A 2F
Octal 345 206 14 0 51 137 12 42 132 57
Binary 11100101 10000110 1100 0 101001 1011111 1010 100010 1011010 101111

Color Harmonies of #E5860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5860C

Black with #E5860C

Text Example


Text Example

White with #E5860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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