Html Css Color HEX #E49463 Copper

📋 copy color: '#E49463'

red 228 ◦ green 148 ◦ blue 99

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

Shades of Copper #E49463

Tints of Copper #E49463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.16%

 BLUE value IS 99 (39.06% from 255) = 20.84%

R = 48%
G = 31.16%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E49463 (or 0xE49463) is known color: Copper. HEX triplet: E4, 94 and 63. RGB value is (228,148,99). Sum of RGB (Red+Green+Blue) = 228+148+99=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E49463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49463 is #1B6B9C. Grayscale: #A6A6A6. Windows color (decimal): -1797021 or 6526180. OLE color: 6526180.

HSL color Cylindrical-coordinate representation of color #E49463: hue angle of 22.79º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E49463 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 148 99 -
CMYK 0 0.35 0.57 0.11
HSL 22.79º 0.7% 0.64% -
HSV(B) 22.79º 0.57% 0.89% -
XYZ 44.84 38.57 16.89 -
YUV 166.33 90 171.98 -
System Red Green Blue C M Y K H S L
Decimal 228 148 99 0 0.35 0.57 0.11 22.79 0.7 0.64
Hex E4 94 63 0 23 39 B 17 46 40
Octal 344 224 143 0 43 71 13 27 106 100
Binary 11100100 10010100 1100011 0 100011 111001 1011 10111 1000110 1000000

Color Harmonies of #E49463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49463

Black with #E49463

Text Example


Text Example

White with #E49463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49463; }

 p { color: rgb(228,148,99); }

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

background-color css

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

 a { background-color: rgb(228,148,99); }

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

border-color css

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

 span { border-color: rgb(228,148,99); }

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