Html Css Color HEX #E68C00 Tangerine

📋 copy color: '#E68C00'

red 230 ◦ green 140 ◦ blue 0

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

Shades of Tangerine #E68C00

Tints of Tangerine #E68C00

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.16%
G = 37.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E68C00 (or 0xE68C00) is known color: Tangerine. HEX triplet: E6, 8C and 00. RGB value is (230,140,0). Sum of RGB (Red+Green+Blue) = 230+140+0=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68C00 is #1973FF. Grayscale: #979797. Windows color (decimal): -1668096 or 36070. OLE color: 36070.

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

Color convert

RGB 230 140 0 -
CMYK 0 0.39 1 0.10
HSL 36.52º 1% 0.45% -
HSV(B) 36.52º 1% 0.9% -
XYZ 42.01 35.58 4.65 -
YUV 150.95 42.82 184.38 -
System Red Green Blue C M Y K H S L
Decimal 230 140 0 0 0.39 1 0.10 36.52 1 0.45
Hex E6 8C 0 0 27 64 A 25 64 2D
Octal 346 214 0 0 47 144 12 45 144 55
Binary 11100110 10001100 0 0 100111 1100100 1010 100101 1100100 101101

Color Harmonies of #E68C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C00

Black with #E68C00

Text Example


Text Example

White with #E68C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C00; }

 p { color: rgb(230,140,0); }

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

background-color css

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

 a { background-color: rgb(230,140,0); }

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

border-color css

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

 span { border-color: rgb(230,140,0); }

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