Html Css Color HEX #E48D6A Copper

📋 copy color: '#E48D6A'

red 228 ◦ green 141 ◦ blue 106

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

Shades of Copper #E48D6A

Tints of Copper #E48D6A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.68%

 BLUE value IS 106 (41.8% from 255) = 22.32%

R = 48%
G = 29.68%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E48D6A (or 0xE48D6A) is known color: Copper. HEX triplet: E4, 8D and 6A. RGB value is (228,141,106). Sum of RGB (Red+Green+Blue) = 228+141+106=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48D6A is #1B7295. Grayscale: #A3A3A3. Windows color (decimal): -1798806 or 6983140. OLE color: 6983140.

HSL color Cylindrical-coordinate representation of color #E48D6A: hue angle of 17.21º degrees, saturation: 0.69, 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 #E48D6A is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 141 106 -
CMYK 0 0.38 0.54 0.11
HSL 17.21º 0.69% 0.65% -
HSV(B) 17.21º 0.54% 0.89% -
XYZ 44.12 36.58 18.37 -
YUV 163.02 95.82 174.35 -
System Red Green Blue C M Y K H S L
Decimal 228 141 106 0 0.38 0.54 0.11 17.21 0.69 0.65
Hex E4 8D 6A 0 26 36 B 11 45 41
Octal 344 215 152 0 46 66 13 21 105 101
Binary 11100100 10001101 1101010 0 100110 110110 1011 10001 1000101 1000001

Color Harmonies of #E48D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48D6A

Black with #E48D6A

Text Example


Text Example

White with #E48D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48D6A; }

 p { color: rgb(228,141,106); }

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

background-color css

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

 a { background-color: rgb(228,141,106); }

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

border-color css

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

 span { border-color: rgb(228,141,106); }

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