Html Css Color HEX #E6830C Tangerine

📋 copy color: '#E6830C'

red 230 ◦ green 131 ◦ blue 12

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

Shades of Tangerine #E6830C

Tints of Tangerine #E6830C

RGB

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

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

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

R = 61.66%
G = 35.12%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6830C (or 0xE6830C) is known color: Tangerine. HEX triplet: E6, 83 and 0C. RGB value is (230,131,12). Sum of RGB (Red+Green+Blue) = 230+131+12=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E6830C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6830C is #197CF3. Grayscale: #939393. Windows color (decimal): -1670388 or 820198. OLE color: 820198.

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

Color convert

RGB 230 131 12 -
CMYK 0 0.43 0.95 0.10
HSL 32.75º 0.9% 0.47% -
HSV(B) 32.75º 0.95% 0.9% -
XYZ 40.82 33.08 4.58 -
YUV 147.04 51.8 187.18 -
System Red Green Blue C M Y K H S L
Decimal 230 131 12 0 0.43 0.95 0.10 32.75 0.9 0.47
Hex E6 83 C 0 2B 5F A 21 5A 2F
Octal 346 203 14 0 53 137 12 41 132 57
Binary 11100110 10000011 1100 0 101011 1011111 1010 100001 1011010 101111

Color Harmonies of #E6830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6830C

Black with #E6830C

Text Example


Text Example

White with #E6830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6830C; }

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

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

background-color css

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

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

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

border-color css

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

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

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