Html Css Color HEX #E48E6D Copper

📋 copy color: '#E48E6D'

red 228 ◦ green 142 ◦ blue 109

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

Shades of Copper #E48E6D

Tints of Copper #E48E6D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.65%

 BLUE value IS 109 (42.97% from 255) = 22.76%

R = 47.6%
G = 29.65%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E48E6D (or 0xE48E6D) is known color: Copper. HEX triplet: E4, 8E and 6D. RGB value is (228,142,109). Sum of RGB (Red+Green+Blue) = 228+142+109=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48E6D is #1B7192. Grayscale: #A4A4A4. Windows color (decimal): -1798547 or 7180004. OLE color: 7180004.

HSL color Cylindrical-coordinate representation of color #E48E6D: hue angle of 16.64º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E48E6D is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 142 109 -
CMYK 0 0.38 0.52 0.11
HSL 16.64º 0.69% 0.66% -
HSV(B) 16.64º 0.52% 0.89% -
XYZ 44.43 36.94 19.26 -
YUV 163.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 228 142 109 0 0.38 0.52 0.11 16.64 0.69 0.66
Hex E4 8E 6D 0 26 34 B 11 45 42
Octal 344 216 155 0 46 64 13 21 105 102
Binary 11100100 10001110 1101101 0 100110 110100 1011 10001 1000101 1000010

Color Harmonies of #E48E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48E6D

Black with #E48E6D

Text Example


Text Example

White with #E48E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48E6D; }

 p { color: rgb(228,142,109); }

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

background-color css

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

 a { background-color: rgb(228,142,109); }

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

border-color css

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

 span { border-color: rgb(228,142,109); }

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