Html Css Color HEX #E49466 Copper

📋 copy color: '#E49466'

red 228 ◦ green 148 ◦ blue 102

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

Shades of Copper #E49466

Tints of Copper #E49466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.34%

R = 47.7%
G = 30.96%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E49466 (or 0xE49466) is known color: Copper. HEX triplet: E4, 94 and 66. RGB value is (228,148,102). Sum of RGB (Red+Green+Blue) = 228+148+102=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E49466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49466 is #1B6B99. Grayscale: #A6A6A6. Windows color (decimal): -1797018 or 6722788. OLE color: 6722788.

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

Color convert

RGB 228 148 102 -
CMYK 0 0.35 0.55 0.11
HSL 21.9º 0.7% 0.65% -
HSV(B) 21.9º 0.55% 0.89% -
XYZ 44.98 38.63 17.66 -
YUV 166.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 228 148 102 0 0.35 0.55 0.11 21.9 0.7 0.65
Hex E4 94 66 0 23 37 B 16 46 41
Octal 344 224 146 0 43 67 13 26 106 101
Binary 11100100 10010100 1100110 0 100011 110111 1011 10110 1000110 1000001

Color Harmonies of #E49466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49466

Black with #E49466

Text Example


Text Example

White with #E49466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49466; }

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

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

background-color css

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

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

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

border-color css

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

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

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