Html Css Color HEX #E2840C Tangerine

📋 copy color: '#E2840C'

red 226 ◦ green 132 ◦ blue 12

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

Shades of Tangerine #E2840C

Tints of Tangerine #E2840C

RGB

 RED value IS 226 (88.67% from 255) = 61.08%

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

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

R = 61.08%
G = 35.68%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2840C (or 0xE2840C) is known color: Tangerine. HEX triplet: E2, 84 and 0C. RGB value is (226,132,12). Sum of RGB (Red+Green+Blue) = 226+132+12=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E2840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2840C is #1D7BF3. Grayscale: #939393. Windows color (decimal): -1932276 or 820450. OLE color: 820450.

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

Color convert

RGB 226 132 12 -
CMYK 0 0.42 0.95 0.11
HSL 33.64º 0.9% 0.47% -
HSV(B) 33.64º 0.95% 0.89% -
XYZ 39.68 32.7 4.57 -
YUV 146.43 52.14 184.76 -
System Red Green Blue C M Y K H S L
Decimal 226 132 12 0 0.42 0.95 0.11 33.64 0.9 0.47
Hex E2 84 C 0 2A 5F B 22 5A 2F
Octal 342 204 14 0 52 137 13 42 132 57
Binary 11100010 10000100 1100 0 101010 1011111 1011 100010 1011010 101111

Color Harmonies of #E2840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2840C

Black with #E2840C

Text Example


Text Example

White with #E2840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2840C; }

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

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

background-color css

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

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

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

border-color css

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

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

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