Html Css Color HEX #E08301 Tangerine

📋 copy color: '#E08301'

red 224 ◦ green 131 ◦ blue 1

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

Shades of Tangerine #E08301

Tints of Tangerine #E08301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

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

R = 62.92%
G = 36.8%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E08301 (or 0xE08301) is known color: Tangerine. HEX triplet: E0, 83 and 01. RGB value is (224,131,1). Sum of RGB (Red+Green+Blue) = 224+131+1=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E08301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08301 is #1F7CFE. Grayscale: #909090. Windows color (decimal): -2063615 or 99296. OLE color: 99296.

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

Color convert

RGB 224 131 1 -
CMYK 0 0.42 1.00 0.12
HSL 34.98º 0.99% 0.44% -
HSV(B) 34.98º 1% 0.88% -
XYZ 38.86 32.08 4.17 -
YUV 143.99 47.31 185.07 -
System Red Green Blue C M Y K H S L
Decimal 224 131 1 0 0.42 1.00 0.12 34.98 0.99 0.44
Hex E0 83 1 0 2A 64 C 23 63 2C
Octal 340 203 1 0 52 144 14 43 143 54
Binary 11100000 10000011 1 0 101010 1100100 1100 100011 1100011 101100

Color Harmonies of #E08301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08301

Black with #E08301

Text Example


Text Example

White with #E08301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08301; }

 p { color: rgb(224,131,1); }

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

background-color css

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

 a { background-color: rgb(224,131,1); }

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

border-color css

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

 span { border-color: rgb(224,131,1); }

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