Html Css Color HEX #E18668 Copper

📋 copy color: '#E18668'

red 225 ◦ green 134 ◦ blue 104

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

Shades of Copper #E18668

Tints of Copper #E18668

RGB

 RED value IS 225 (88.28% from 255) = 48.6%

 GREEN value IS 134 (52.73% from 255) = 28.94%

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

R = 48.6%
G = 28.94%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E18668 (or 0xE18668) is known color: Copper. HEX triplet: E1, 86 and 68. RGB value is (225,134,104). Sum of RGB (Red+Green+Blue) = 225+134+104=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E18668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18668 is #1E7997. Grayscale: #9E9E9E. Windows color (decimal): -1997208 or 6850273. OLE color: 6850273.

HSL color Cylindrical-coordinate representation of color #E18668: hue angle of 14.88º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E18668 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 134 104 -
CMYK 0 0.40 0.54 0.12
HSL 14.88º 0.67% 0.65% -
HSV(B) 14.88º 0.54% 0.88% -
XYZ 42.08 34.06 17.45 -
YUV 157.79 97.65 175.94 -
System Red Green Blue C M Y K H S L
Decimal 225 134 104 0 0.40 0.54 0.12 14.88 0.67 0.65
Hex E1 86 68 0 28 36 C F 43 41
Octal 341 206 150 0 50 66 14 17 103 101
Binary 11100001 10000110 1101000 0 101000 110110 1100 1111 1000011 1000001

Color Harmonies of #E18668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18668

Black with #E18668

Text Example


Text Example

White with #E18668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18668; }

 p { color: rgb(225,134,104); }

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

background-color css

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

 a { background-color: rgb(225,134,104); }

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

border-color css

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

 span { border-color: rgb(225,134,104); }

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