Html Css Color HEX #E49465 Copper

📋 copy color: '#E49465'

red 228 ◦ green 148 ◦ blue 101

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

Shades of Copper #E49465

Tints of Copper #E49465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.17%

R = 47.8%
G = 31.03%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E49465 (or 0xE49465) is known color: Copper. HEX triplet: E4, 94 and 65. RGB value is (228,148,101). Sum of RGB (Red+Green+Blue) = 228+148+101=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E49465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49465 is #1B6B9A. Grayscale: #A6A6A6. Windows color (decimal): -1797019 or 6657252. OLE color: 6657252.

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

Color convert

RGB 228 148 101 -
CMYK 0 0.35 0.56 0.11
HSL 22.2º 0.7% 0.65% -
HSV(B) 22.2º 0.56% 0.89% -
XYZ 44.93 38.61 17.4 -
YUV 166.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 228 148 101 0 0.35 0.56 0.11 22.2 0.7 0.65
Hex E4 94 65 0 23 38 B 16 46 41
Octal 344 224 145 0 43 70 13 26 106 101
Binary 11100100 10010100 1100101 0 100011 111000 1011 10110 1000110 1000001

Color Harmonies of #E49465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49465

Black with #E49465

Text Example


Text Example

White with #E49465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49465; }

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

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

background-color css

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

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

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

border-color css

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

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

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