Html Css Color HEX #E0850E Tangerine

📋 copy color: '#E0850E'

red 224 ◦ green 133 ◦ blue 14

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

Shades of Tangerine #E0850E

Tints of Tangerine #E0850E

RGB

 RED value IS 224 (87.89% from 255) = 60.38%

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 60.38%
G = 35.85%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0850E (or 0xE0850E) is known color: Tangerine. HEX triplet: E0, 85 and 0E. RGB value is (224,133,14). Sum of RGB (Red+Green+Blue) = 224+133+14=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E0850E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0850E is #1F7AF1. Grayscale: #939393. Windows color (decimal): -2063090 or 951776. OLE color: 951776.

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

Color convert

RGB 224 133 14 -
CMYK 0 0.41 0.94 0.12
HSL 34º 0.88% 0.47% -
HSV(B) 34º 0.94% 0.88% -
XYZ 39.21 32.65 4.65 -
YUV 146.64 53.15 183.18 -
System Red Green Blue C M Y K H S L
Decimal 224 133 14 0 0.41 0.94 0.12 34 0.88 0.47
Hex E0 85 E 0 29 5E C 22 58 2F
Octal 340 205 16 0 51 136 14 42 130 57
Binary 11100000 10000101 1110 0 101001 1011110 1100 100010 1011000 101111

Color Harmonies of #E0850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0850E

Black with #E0850E

Text Example


Text Example

White with #E0850E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0850E; }

 p { color: rgb(224,133,14); }

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

background-color css

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

 a { background-color: rgb(224,133,14); }

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

border-color css

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

 span { border-color: rgb(224,133,14); }

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