Html Css Color HEX #E6830E Tangerine

📋 copy color: '#E6830E'

red 230 ◦ green 131 ◦ blue 14

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

Shades of Tangerine #E6830E

Tints of Tangerine #E6830E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.93%

 BLUE value IS 14 (5.86% from 255) = 3.73%

R = 61.33%
G = 34.93%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6830E (or 0xE6830E) is known color: Tangerine. HEX triplet: E6, 83 and 0E. RGB value is (230,131,14). Sum of RGB (Red+Green+Blue) = 230+131+14=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E6830E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6830E is #197CF1. Grayscale: #939393. Windows color (decimal): -1670386 or 951270. OLE color: 951270.

HSL color Cylindrical-coordinate representation of color #E6830E: hue angle of 32.5º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6830E is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 131 14 -
CMYK 0 0.43 0.94 0.10
HSL 32.5º 0.89% 0.48% -
HSV(B) 32.5º 0.94% 0.9% -
XYZ 40.83 33.09 4.65 -
YUV 147.26 52.8 187.01 -
System Red Green Blue C M Y K H S L
Decimal 230 131 14 0 0.43 0.94 0.10 32.5 0.89 0.48
Hex E6 83 E 0 2B 5E A 20 59 30
Octal 346 203 16 0 53 136 12 40 131 60
Binary 11100110 10000011 1110 0 101011 1011110 1010 100000 1011001 110000

Color Harmonies of #E6830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6830E

Black with #E6830E

Text Example


Text Example

White with #E6830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6830E; }

 p { color: rgb(230,131,14); }

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

background-color css

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

 a { background-color: rgb(230,131,14); }

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

border-color css

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

 span { border-color: rgb(230,131,14); }

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