Html Css Color HEX #E2880C Tangerine

📋 copy color: '#E2880C'

red 226 ◦ green 136 ◦ blue 12

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

Shades of Tangerine #E2880C

Tints of Tangerine #E2880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

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

R = 60.43%
G = 36.36%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2880C (or 0xE2880C) is known color: Tangerine. HEX triplet: E2, 88 and 0C. RGB value is (226,136,12). Sum of RGB (Red+Green+Blue) = 226+136+12=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E2880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2880C is #1D77F3. Grayscale: #959595. Windows color (decimal): -1931252 or 821474. OLE color: 821474.

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

Color convert

RGB 226 136 12 -
CMYK 0 0.40 0.95 0.11
HSL 34.77º 0.9% 0.47% -
HSV(B) 34.77º 0.95% 0.89% -
XYZ 40.23 33.8 4.75 -
YUV 148.77 50.82 183.08 -
System Red Green Blue C M Y K H S L
Decimal 226 136 12 0 0.40 0.95 0.11 34.77 0.9 0.47
Hex E2 88 C 0 28 5F B 23 5A 2F
Octal 342 210 14 0 50 137 13 43 132 57
Binary 11100010 10001000 1100 0 101000 1011111 1011 100011 1011010 101111

Color Harmonies of #E2880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2880C

Black with #E2880C

Text Example


Text Example

White with #E2880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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