Html Css Color HEX #E48C00 Tangerine

📋 copy color: '#E48C00'

red 228 ◦ green 140 ◦ blue 0

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

Shades of Tangerine #E48C00

Tints of Tangerine #E48C00

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.04%

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

R = 61.96%
G = 38.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E48C00 (or 0xE48C00) is known color: Tangerine. HEX triplet: E4, 8C and 00. RGB value is (228,140,0). Sum of RGB (Red+Green+Blue) = 228+140+0=368 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.96% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48C00 is #1B73FF. Grayscale: #979797. Windows color (decimal): -1799168 or 36068. OLE color: 36068.

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

Color convert

RGB 228 140 0 -
CMYK 0 0.39 1 0.11
HSL 36.84º 1% 0.45% -
HSV(B) 36.84º 1% 0.89% -
XYZ 41.37 35.25 4.62 -
YUV 150.35 43.15 183.38 -
System Red Green Blue C M Y K H S L
Decimal 228 140 0 0 0.39 1 0.11 36.84 1 0.45
Hex E4 8C 0 0 27 64 B 25 64 2D
Octal 344 214 0 0 47 144 13 45 144 55
Binary 11100100 10001100 0 0 100111 1100100 1011 100101 1100100 101101

Color Harmonies of #E48C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C00

Black with #E48C00

Text Example


Text Example

White with #E48C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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