Html Css Color HEX #E49565 Copper

📋 copy color: '#E49565'

red 228 ◦ green 149 ◦ blue 101

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

Shades of Copper #E49565

Tints of Copper #E49565

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.17%

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

R = 47.7%
G = 31.17%
B = 21.13%

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

#E49565 (or 0xE49565) is known color: Copper. HEX triplet: E4, 95 and 65. RGB value is (228,149,101). Sum of RGB (Red+Green+Blue) = 228+149+101=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E49565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49565 is #1B6A9A. Grayscale: #A7A7A7. Windows color (decimal): -1796763 or 6657508. OLE color: 6657508.

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

Color convert

RGB 228 149 101 -
CMYK 0 0.35 0.56 0.11
HSL 22.68º 0.7% 0.65% -
HSV(B) 22.68º 0.56% 0.89% -
XYZ 45.09 38.93 17.45 -
YUV 167.15 90.67 171.4 -
System Red Green Blue C M Y K H S L
Decimal 228 149 101 0 0.35 0.56 0.11 22.68 0.7 0.65
Hex E4 95 65 0 23 38 B 17 46 41
Octal 344 225 145 0 43 70 13 27 106 101
Binary 11100100 10010101 1100101 0 100011 111000 1011 10111 1000110 1000001

Color Harmonies of #E49565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49565

Black with #E49565

Text Example


Text Example

White with #E49565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49565; }

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

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

background-color css

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

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

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

border-color css

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

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

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