Html Css Color HEX #E68D01 Tangerine

📋 copy color: '#E68D01'

red 230 ◦ green 141 ◦ blue 1

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

Shades of Tangerine #E68D01

Tints of Tangerine #E68D01

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.9%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 61.83%
G = 37.9%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E68D01 (or 0xE68D01) is known color: Tangerine. HEX triplet: E6, 8D and 01. RGB value is (230,141,1). Sum of RGB (Red+Green+Blue) = 230+141+1=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68D01 is #1972FE. Grayscale: #989898. Windows color (decimal): -1667839 or 101862. OLE color: 101862.

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

Color convert

RGB 230 141 1 -
CMYK 0 0.39 1.00 0.10
HSL 36.68º 0.99% 0.45% -
HSV(B) 36.68º 1% 0.9% -
XYZ 42.16 35.87 4.73 -
YUV 151.65 42.99 183.88 -
System Red Green Blue C M Y K H S L
Decimal 230 141 1 0 0.39 1.00 0.10 36.68 0.99 0.45
Hex E6 8D 1 0 27 64 A 25 63 2D
Octal 346 215 1 0 47 144 12 45 143 55
Binary 11100110 10001101 1 0 100111 1100100 1010 100101 1100011 101101

Color Harmonies of #E68D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D01

Black with #E68D01

Text Example


Text Example

White with #E68D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D01; }

 p { color: rgb(230,141,1); }

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

background-color css

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

 a { background-color: rgb(230,141,1); }

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

border-color css

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

 span { border-color: rgb(230,141,1); }

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