Html Css Color HEX #E1840C Tangerine

📋 copy color: '#E1840C'

red 225 ◦ green 132 ◦ blue 12

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

Shades of Tangerine #E1840C

Tints of Tangerine #E1840C

RGB

 RED value IS 225 (88.28% from 255) = 60.98%

 GREEN value IS 132 (51.95% from 255) = 35.77%

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

R = 60.98%
G = 35.77%
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

#E1840C (or 0xE1840C) is known color: Tangerine. HEX triplet: E1, 84 and 0C. RGB value is (225,132,12). Sum of RGB (Red+Green+Blue) = 225+132+12=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E1840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1840C is #1E7BF3. Grayscale: #929292. Windows color (decimal): -1997812 or 820449. OLE color: 820449.

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

Color convert

RGB 225 132 12 -
CMYK 0 0.41 0.95 0.12
HSL 33.8º 0.9% 0.46% -
HSV(B) 33.8º 0.95% 0.88% -
XYZ 39.37 32.54 4.55 -
YUV 146.13 52.31 184.26 -
System Red Green Blue C M Y K H S L
Decimal 225 132 12 0 0.41 0.95 0.12 33.8 0.9 0.46
Hex E1 84 C 0 29 5F C 22 5A 2E
Octal 341 204 14 0 51 137 14 42 132 56
Binary 11100001 10000100 1100 0 101001 1011111 1100 100010 1011010 101110

Color Harmonies of #E1840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1840C

Black with #E1840C

Text Example


Text Example

White with #E1840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1840C; }

 p { color: rgb(225,132,12); }

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

background-color css

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

 a { background-color: rgb(225,132,12); }

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

border-color css

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

 span { border-color: rgb(225,132,12); }

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