Html Css Color HEX #E08400 Tangerine

📋 copy color: '#E08400'

red 224 ◦ green 132 ◦ blue 0

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

Shades of Tangerine #E08400

Tints of Tangerine #E08400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.08%

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

R = 62.92%
G = 37.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E08400 (or 0xE08400) is known color: Tangerine. HEX triplet: E0, 84 and 00. RGB value is (224,132,0). Sum of RGB (Red+Green+Blue) = 224+132+0=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E08400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08400 is #1F7BFF. Grayscale: #919191. Windows color (decimal): -2063360 or 34016. OLE color: 34016.

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

Color convert

RGB 224 132 0 -
CMYK 0 0.41 1 0.12
HSL 35.36º 1% 0.44% -
HSV(B) 35.36º 1% 0.88% -
XYZ 38.99 32.35 4.19 -
YUV 144.46 46.48 184.73 -
System Red Green Blue C M Y K H S L
Decimal 224 132 0 0 0.41 1 0.12 35.36 1 0.44
Hex E0 84 0 0 29 64 C 23 64 2C
Octal 340 204 0 0 51 144 14 43 144 54
Binary 11100000 10000100 0 0 101001 1100100 1100 100011 1100100 101100

Color Harmonies of #E08400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08400

Black with #E08400

Text Example


Text Example

White with #E08400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08400; }

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

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

background-color css

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

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

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

border-color css

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

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

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