Html Css Color HEX #E48A6E Copper

📋 copy color: '#E48A6E'

red 228 ◦ green 138 ◦ blue 110

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

Shades of Copper #E48A6E

Tints of Copper #E48A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.99%

 BLUE value IS 110 (43.36% from 255) = 23.11%

R = 47.9%
G = 28.99%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E48A6E (or 0xE48A6E) is known color: Copper. HEX triplet: E4, 8A and 6E. RGB value is (228,138,110). Sum of RGB (Red+Green+Blue) = 228+138+110=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48A6E is #1B7591. Grayscale: #A1A1A1. Windows color (decimal): -1799570 or 7244516. OLE color: 7244516.

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

Color convert

RGB 228 138 110 -
CMYK 0 0.39 0.52 0.11
HSL 14.24º 0.69% 0.66% -
HSV(B) 14.24º 0.52% 0.89% -
XYZ 43.9 35.8 19.35 -
YUV 161.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 228 138 110 0 0.39 0.52 0.11 14.24 0.69 0.66
Hex E4 8A 6E 0 27 34 B E 45 42
Octal 344 212 156 0 47 64 13 16 105 102
Binary 11100100 10001010 1101110 0 100111 110100 1011 1110 1000101 1000010

Color Harmonies of #E48A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48A6E

Black with #E48A6E

Text Example


Text Example

White with #E48A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48A6E; }

 p { color: rgb(228,138,110); }

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

background-color css

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

 a { background-color: rgb(228,138,110); }

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

border-color css

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

 span { border-color: rgb(228,138,110); }

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