Html Css Color HEX #E18D68 Copper

📋 copy color: '#E18D68'

red 225 ◦ green 141 ◦ blue 104

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

Shades of Copper #E18D68

Tints of Copper #E18D68

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30%

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

R = 47.87%
G = 30%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E18D68 (or 0xE18D68) is known color: Copper. HEX triplet: E1, 8D and 68. RGB value is (225,141,104). Sum of RGB (Red+Green+Blue) = 225+141+104=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D68 is #1E7297. Grayscale: #A2A2A2. Windows color (decimal): -1995416 or 6852065. OLE color: 6852065.

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

Color convert

RGB 225 141 104 -
CMYK 0 0.37 0.54 0.12
HSL 18.35º 0.67% 0.65% -
HSV(B) 18.35º 0.54% 0.88% -
XYZ 43.07 36.06 17.79 -
YUV 161.9 95.33 173.01 -
System Red Green Blue C M Y K H S L
Decimal 225 141 104 0 0.37 0.54 0.12 18.35 0.67 0.65
Hex E1 8D 68 0 25 36 C 12 43 41
Octal 341 215 150 0 45 66 14 22 103 101
Binary 11100001 10001101 1101000 0 100101 110110 1100 10010 1000011 1000001

Color Harmonies of #E18D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18D68

Black with #E18D68

Text Example


Text Example

White with #E18D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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