Html Css Color HEX #E49568 Copper

📋 copy color: '#E49568'

red 228 ◦ green 149 ◦ blue 104

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

Shades of Copper #E49568

Tints of Copper #E49568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.62%

R = 47.4%
G = 30.98%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E49568 (or 0xE49568) is known color: Copper. HEX triplet: E4, 95 and 68. RGB value is (228,149,104). Sum of RGB (Red+Green+Blue) = 228+149+104=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E49568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49568 is #1B6A97. Grayscale: #A7A7A7. Windows color (decimal): -1796760 or 6854116. OLE color: 6854116.

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

Color convert

RGB 228 149 104 -
CMYK 0 0.35 0.54 0.11
HSL 21.77º 0.7% 0.65% -
HSV(B) 21.77º 0.54% 0.89% -
XYZ 45.24 38.99 18.24 -
YUV 167.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 228 149 104 0 0.35 0.54 0.11 21.77 0.7 0.65
Hex E4 95 68 0 23 36 B 16 46 41
Octal 344 225 150 0 43 66 13 26 106 101
Binary 11100100 10010101 1101000 0 100011 110110 1011 10110 1000110 1000001

Color Harmonies of #E49568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49568

Black with #E49568

Text Example


Text Example

White with #E49568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49568; }

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

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

background-color css

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

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

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

border-color css

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

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

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