Html Css Color HEX #E6800C Tangerine

📋 copy color: '#E6800C'

red 230 ◦ green 128 ◦ blue 12

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

Shades of Tangerine #E6800C

Tints of Tangerine #E6800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

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

R = 62.16%
G = 34.59%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6800C (or 0xE6800C) is known color: Tangerine. HEX triplet: E6, 80 and 0C. RGB value is (230,128,12). Sum of RGB (Red+Green+Blue) = 230+128+12=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E6800C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6800C is #197FF3. Grayscale: #919191. Windows color (decimal): -1671156 or 819430. OLE color: 819430.

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

Color convert

RGB 230 128 12 -
CMYK 0 0.44 0.95 0.10
HSL 31.93º 0.9% 0.47% -
HSV(B) 31.93º 0.95% 0.9% -
XYZ 40.42 32.29 4.45 -
YUV 145.27 52.79 188.43 -
System Red Green Blue C M Y K H S L
Decimal 230 128 12 0 0.44 0.95 0.10 31.93 0.9 0.47
Hex E6 80 C 0 2C 5F A 20 5A 2F
Octal 346 200 14 0 54 137 12 40 132 57
Binary 11100110 10000000 1100 0 101100 1011111 1010 100000 1011010 101111

Color Harmonies of #E6800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6800C

Black with #E6800C

Text Example


Text Example

White with #E6800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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