Html Css Color HEX #E48868 Copper

📋 copy color: '#E48868'

red 228 ◦ green 136 ◦ blue 104

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

Shades of Copper #E48868

Tints of Copper #E48868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.06%

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

R = 48.72%
G = 29.06%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E48868 (or 0xE48868) is known color: Copper. HEX triplet: E4, 88 and 68. RGB value is (228,136,104). Sum of RGB (Red+Green+Blue) = 228+136+104=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E48868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48868 is #1B7797. Grayscale: #A0A0A0. Windows color (decimal): -1800088 or 6850788. OLE color: 6850788.

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

Color convert

RGB 228 136 104 -
CMYK 0 0.40 0.54 0.11
HSL 15.48º 0.7% 0.65% -
HSV(B) 15.48º 0.54% 0.89% -
XYZ 43.3 35.1 17.59 -
YUV 159.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 228 136 104 0 0.40 0.54 0.11 15.48 0.7 0.65
Hex E4 88 68 0 28 36 B F 46 41
Octal 344 210 150 0 50 66 13 17 106 101
Binary 11100100 10001000 1101000 0 101000 110110 1011 1111 1000110 1000001

Color Harmonies of #E48868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48868

Black with #E48868

Text Example


Text Example

White with #E48868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48868; }

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

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

background-color css

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

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

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

border-color css

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

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

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