Html Css Color HEX #E6880C Tangerine

📋 copy color: '#E6880C'

red 230 ◦ green 136 ◦ blue 12

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

Shades of Tangerine #E6880C

Tints of Tangerine #E6880C

RGB

 RED value IS 230 (90.23% from 255) = 60.85%

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

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

R = 60.85%
G = 35.98%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6880C (or 0xE6880C) is known color: Tangerine. HEX triplet: E6, 88 and 0C. RGB value is (230,136,12). Sum of RGB (Red+Green+Blue) = 230+136+12=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E6880C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6880C is #1977F3. Grayscale: #969696. Windows color (decimal): -1669108 or 821478. OLE color: 821478.

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

Color convert

RGB 230 136 12 -
CMYK 0 0.41 0.95 0.10
HSL 34.13º 0.9% 0.47% -
HSV(B) 34.13º 0.95% 0.9% -
XYZ 41.5 34.46 4.81 -
YUV 149.97 50.14 185.08 -
System Red Green Blue C M Y K H S L
Decimal 230 136 12 0 0.41 0.95 0.10 34.13 0.9 0.47
Hex E6 88 C 0 29 5F A 22 5A 2F
Octal 346 210 14 0 51 137 12 42 132 57
Binary 11100110 10001000 1100 0 101001 1011111 1010 100010 1011010 101111

Color Harmonies of #E6880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6880C

Black with #E6880C

Text Example


Text Example

White with #E6880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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