Html Css Color HEX #E48000 Tangerine

📋 copy color: '#E48000'

red 228 ◦ green 128 ◦ blue 0

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

Shades of Tangerine #E48000

Tints of Tangerine #E48000

RGB

 RED value IS 228 (89.45% from 255) = 64.04%

 GREEN value IS 128 (50.39% from 255) = 35.96%

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

R = 64.04%
G = 35.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E48000 (or 0xE48000) is known color: Tangerine. HEX triplet: E4, 80 and 00. RGB value is (228,128,0). Sum of RGB (Red+Green+Blue) = 228+128+0=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E48000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48000 is #1B7FFF. Grayscale: #8F8F8F. Windows color (decimal): -1802240 or 32996. OLE color: 32996.

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

Color convert

RGB 228 128 0 -
CMYK 0 0.44 1 0.11
HSL 33.68º 1% 0.45% -
HSV(B) 33.68º 1% 0.89% -
XYZ 39.71 31.93 4.07 -
YUV 143.31 47.13 188.41 -
System Red Green Blue C M Y K H S L
Decimal 228 128 0 0 0.44 1 0.11 33.68 1 0.45
Hex E4 80 0 0 2C 64 B 22 64 2D
Octal 344 200 0 0 54 144 13 42 144 55
Binary 11100100 10000000 0 0 101100 1100100 1011 100010 1100100 101101

Color Harmonies of #E48000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48000

Black with #E48000

Text Example


Text Example

White with #E48000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48000; }

 p { color: rgb(228,128,0); }

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

background-color css

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

 a { background-color: rgb(228,128,0); }

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

border-color css

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

 span { border-color: rgb(228,128,0); }

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