Html Css Color HEX #E08C00 Tangerine

📋 copy color: '#E08C00'

red 224 ◦ green 140 ◦ blue 0

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

Shades of Tangerine #E08C00

Tints of Tangerine #E08C00

RGB

 RED value IS 224 (87.89% from 255) = 61.54%

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

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

R = 61.54%
G = 38.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E08C00 (or 0xE08C00) is known color: Tangerine. HEX triplet: E0, 8C and 00. RGB value is (224,140,0). Sum of RGB (Red+Green+Blue) = 224+140+0=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08C00 is #1F73FF. Grayscale: #959595. Windows color (decimal): -2061312 or 36064. OLE color: 36064.

HSL color Cylindrical-coordinate representation of color #E08C00: hue angle of 37.5º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E08C00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 140 0 -
CMYK 0 0.38 1 0.12
HSL 37.5º 1% 0.44% -
HSV(B) 37.5º 1% 0.88% -
XYZ 40.12 34.6 4.56 -
YUV 149.16 43.83 181.38 -
System Red Green Blue C M Y K H S L
Decimal 224 140 0 0 0.38 1 0.12 37.5 1 0.44
Hex E0 8C 0 0 26 64 C 26 64 2C
Octal 340 214 0 0 46 144 14 46 144 54
Binary 11100000 10001100 0 0 100110 1100100 1100 100110 1100100 101100

Color Harmonies of #E08C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C00

Black with #E08C00

Text Example


Text Example

White with #E08C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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