Html Css Color HEX #E0850C Tangerine

📋 copy color: '#E0850C'

red 224 ◦ green 133 ◦ blue 12

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

Shades of Tangerine #E0850C

Tints of Tangerine #E0850C

RGB

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

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

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

R = 60.7%
G = 36.04%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0850C (or 0xE0850C) is known color: Tangerine. HEX triplet: E0, 85 and 0C. RGB value is (224,133,12). Sum of RGB (Red+Green+Blue) = 224+133+12=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E0850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0850C is #1F7AF3. Grayscale: #929292. Windows color (decimal): -2063092 or 820704. OLE color: 820704.

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

Color convert

RGB 224 133 12 -
CMYK 0 0.41 0.95 0.12
HSL 34.25º 0.9% 0.46% -
HSV(B) 34.25º 0.95% 0.88% -
XYZ 39.19 32.65 4.58 -
YUV 146.42 52.15 183.34 -
System Red Green Blue C M Y K H S L
Decimal 224 133 12 0 0.41 0.95 0.12 34.25 0.9 0.46
Hex E0 85 C 0 29 5F C 22 5A 2E
Octal 340 205 14 0 51 137 14 42 132 56
Binary 11100000 10000101 1100 0 101001 1011111 1100 100010 1011010 101110

Color Harmonies of #E0850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0850C

Black with #E0850C

Text Example


Text Example

White with #E0850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0850C; }

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

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

background-color css

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

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

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

border-color css

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

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

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