Html Css Color HEX #E48568 Copper

📋 copy color: '#E48568'

red 228 ◦ green 133 ◦ blue 104

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

Shades of Copper #E48568

Tints of Copper #E48568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.6%

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

R = 49.03%
G = 28.6%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E48568 (or 0xE48568) is known color: Copper. HEX triplet: E4, 85 and 68. RGB value is (228,133,104). Sum of RGB (Red+Green+Blue) = 228+133+104=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E48568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48568 is #1B7A97. Grayscale: #9E9E9E. Windows color (decimal): -1800856 or 6850020. OLE color: 6850020.

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

Color convert

RGB 228 133 104 -
CMYK 0 0.42 0.54 0.11
HSL 14.03º 0.7% 0.65% -
HSV(B) 14.03º 0.54% 0.89% -
XYZ 42.88 34.27 17.45 -
YUV 158.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 228 133 104 0 0.42 0.54 0.11 14.03 0.7 0.65
Hex E4 85 68 0 2A 36 B E 46 41
Octal 344 205 150 0 52 66 13 16 106 101
Binary 11100100 10000101 1101000 0 101010 110110 1011 1110 1000110 1000001

Color Harmonies of #E48568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48568

Black with #E48568

Text Example


Text Example

White with #E48568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48568; }

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

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

background-color css

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

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

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

border-color css

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

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

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