Html Css Color HEX #E18268 Copper

📋 copy color: '#E18268'

red 225 ◦ green 130 ◦ blue 104

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

Shades of Copper #E18268

Tints of Copper #E18268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.32%

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

R = 49.02%
G = 28.32%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E18268 (or 0xE18268) is known color: Copper. HEX triplet: E1, 82 and 68. RGB value is (225,130,104). Sum of RGB (Red+Green+Blue) = 225+130+104=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E18268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18268 is #1E7D97. Grayscale: #9B9B9B. Windows color (decimal): -1998232 or 6849249. OLE color: 6849249.

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

Color convert

RGB 225 130 104 -
CMYK 0 0.42 0.54 0.12
HSL 12.89º 0.67% 0.65% -
HSV(B) 12.89º 0.54% 0.88% -
XYZ 41.53 32.97 17.27 -
YUV 155.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 225 130 104 0 0.42 0.54 0.12 12.89 0.67 0.65
Hex E1 82 68 0 2A 36 C D 43 41
Octal 341 202 150 0 52 66 14 15 103 101
Binary 11100001 10000010 1101000 0 101010 110110 1100 1101 1000011 1000001

Color Harmonies of #E18268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18268

Black with #E18268

Text Example


Text Example

White with #E18268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18268; }

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

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

background-color css

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

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

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

border-color css

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

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

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