Html Css Color HEX #E1815F Copper

📋 copy color: '#E1815F'

red 225 ◦ green 129 ◦ blue 95

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

Shades of Copper #E1815F

Tints of Copper #E1815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.73%

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 50.11%
G = 28.73%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1815F (or 0xE1815F) is known color: Copper. HEX triplet: E1, 81 and 5F. RGB value is (225,129,95). Sum of RGB (Red+Green+Blue) = 225+129+95=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1815F is #1E7EA0. Grayscale: #9A9A9A. Windows color (decimal): -1998497 or 6259169. OLE color: 6259169.

HSL color Cylindrical-coordinate representation of color #E1815F: hue angle of 15.69º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1815F is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 129 95 -
CMYK 0 0.43 0.58 0.12
HSL 15.69º 0.68% 0.63% -
HSV(B) 15.69º 0.58% 0.88% -
XYZ 40.97 32.53 14.95 -
YUV 153.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 225 129 95 0 0.43 0.58 0.12 15.69 0.68 0.63
Hex E1 81 5F 0 2B 3A C 10 44 3F
Octal 341 201 137 0 53 72 14 20 104 77
Binary 11100001 10000001 1011111 0 101011 111010 1100 10000 1000100 111111

Color Harmonies of #E1815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1815F

Black with #E1815F

Text Example


Text Example

White with #E1815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1815F; }

 p { color: rgb(225,129,95); }

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

background-color css

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

 a { background-color: rgb(225,129,95); }

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

border-color css

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

 span { border-color: rgb(225,129,95); }

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