Html Css Color HEX #E08401 Tangerine

📋 copy color: '#E08401'

red 224 ◦ green 132 ◦ blue 1

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

Shades of Tangerine #E08401

Tints of Tangerine #E08401

RGB

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

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

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

R = 62.75%
G = 36.97%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E08401 (or 0xE08401) is known color: Tangerine. HEX triplet: E0, 84 and 01. RGB value is (224,132,1). Sum of RGB (Red+Green+Blue) = 224+132+1=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E08401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08401 is #1F7BFE. Grayscale: #919191. Windows color (decimal): -2063359 or 99552. OLE color: 99552.

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

Color convert

RGB 224 132 1 -
CMYK 0 0.41 1.00 0.12
HSL 35.25º 0.99% 0.44% -
HSV(B) 35.25º 1% 0.88% -
XYZ 39 32.35 4.22 -
YUV 144.57 46.98 184.65 -
System Red Green Blue C M Y K H S L
Decimal 224 132 1 0 0.41 1.00 0.12 35.25 0.99 0.44
Hex E0 84 1 0 29 64 C 23 63 2C
Octal 340 204 1 0 51 144 14 43 143 54
Binary 11100000 10000100 1 0 101001 1100100 1100 100011 1100011 101100

Color Harmonies of #E08401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08401

Black with #E08401

Text Example


Text Example

White with #E08401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08401; }

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

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

background-color css

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

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

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

border-color css

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

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

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