Html Css Color HEX #E5860A Tangerine

📋 copy color: '#E5860A'

red 229 ◦ green 134 ◦ blue 10

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

Shades of Tangerine #E5860A

Tints of Tangerine #E5860A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.68%

R = 61.39%
G = 35.92%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E5860A (or 0xE5860A) is known color: Tangerine. HEX triplet: E5, 86 and 0A. RGB value is (229,134,10). Sum of RGB (Red+Green+Blue) = 229+134+10=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E5860A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5860A is #1A79F5. Grayscale: #949494. Windows color (decimal): -1735158 or 689893. OLE color: 689893.

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

Color convert

RGB 229 134 10 -
CMYK 0 0.41 0.96 0.10
HSL 33.97º 0.92% 0.47% -
HSV(B) 33.97º 0.96% 0.9% -
XYZ 40.89 33.73 4.64 -
YUV 148.27 49.97 185.58 -
System Red Green Blue C M Y K H S L
Decimal 229 134 10 0 0.41 0.96 0.10 33.97 0.92 0.47
Hex E5 86 A 0 29 60 A 22 5C 2F
Octal 345 206 12 0 51 140 12 42 134 57
Binary 11100101 10000110 1010 0 101001 1100000 1010 100010 1011100 101111

Color Harmonies of #E5860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5860A

Black with #E5860A

Text Example


Text Example

White with #E5860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5860A; }

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

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

background-color css

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

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

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

border-color css

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

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

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