Html Css Color HEX #E08200 Tangerine

📋 copy color: '#E08200'

red 224 ◦ green 130 ◦ blue 0

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

Shades of Tangerine #E08200

Tints of Tangerine #E08200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

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

R = 63.28%
G = 36.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E08200 (or 0xE08200) is known color: Tangerine. HEX triplet: E0, 82 and 00. RGB value is (224,130,0). Sum of RGB (Red+Green+Blue) = 224+130+0=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E08200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08200 is #1F7DFF. Grayscale: #8F8F8F. Windows color (decimal): -2063872 or 33504. OLE color: 33504.

HSL color Cylindrical-coordinate representation of color #E08200: hue angle of 34.82º 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 #E08200 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 130 0 -
CMYK 0 0.42 1 0.12
HSL 34.82º 1% 0.44% -
HSV(B) 34.82º 1% 0.88% -
XYZ 38.72 31.81 4.1 -
YUV 143.29 47.14 185.57 -
System Red Green Blue C M Y K H S L
Decimal 224 130 0 0 0.42 1 0.12 34.82 1 0.44
Hex E0 82 0 0 2A 64 C 23 64 2C
Octal 340 202 0 0 52 144 14 43 144 54
Binary 11100000 10000010 0 0 101010 1100100 1100 100011 1100100 101100

Color Harmonies of #E08200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08200

Black with #E08200

Text Example


Text Example

White with #E08200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08200; }

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

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

background-color css

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

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

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

border-color css

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

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

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