Html Css Color HEX #E18B68 Copper

📋 copy color: '#E18B68'

red 225 ◦ green 139 ◦ blue 104

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

Shades of Copper #E18B68

Tints of Copper #E18B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

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

R = 48.08%
G = 29.7%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E18B68 (or 0xE18B68) is known color: Copper. HEX triplet: E1, 8B and 68. RGB value is (225,139,104). Sum of RGB (Red+Green+Blue) = 225+139+104=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B68 is #1E7497. Grayscale: #A0A0A0. Windows color (decimal): -1995928 or 6851553. OLE color: 6851553.

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

Color convert

RGB 225 139 104 -
CMYK 0 0.38 0.54 0.12
HSL 17.36º 0.67% 0.65% -
HSV(B) 17.36º 0.54% 0.88% -
XYZ 42.78 35.47 17.69 -
YUV 160.72 95.99 173.85 -
System Red Green Blue C M Y K H S L
Decimal 225 139 104 0 0.38 0.54 0.12 17.36 0.67 0.65
Hex E1 8B 68 0 26 36 C 11 43 41
Octal 341 213 150 0 46 66 14 21 103 101
Binary 11100001 10001011 1101000 0 100110 110110 1100 10001 1000011 1000001

Color Harmonies of #E18B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18B68

Black with #E18B68

Text Example


Text Example

White with #E18B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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