Html Css Color HEX #E2815F Copper

📋 copy color: '#E2815F'

red 226 ◦ green 129 ◦ blue 95

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

Shades of Copper #E2815F

Tints of Copper #E2815F

RGB

 RED value IS 226 (88.67% from 255) = 50.22%

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

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

R = 50.22%
G = 28.67%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2815F (or 0xE2815F) is known color: Copper. HEX triplet: E2, 81 and 5F. RGB value is (226,129,95). Sum of RGB (Red+Green+Blue) = 226+129+95=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2815F is #1D7EA0. Grayscale: #9A9A9A. Windows color (decimal): -1932961 or 6259170. OLE color: 6259170.

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

Color convert

RGB 226 129 95 -
CMYK 0 0.43 0.58 0.11
HSL 15.57º 0.69% 0.63% -
HSV(B) 15.57º 0.58% 0.89% -
XYZ 41.28 32.7 14.96 -
YUV 154.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 226 129 95 0 0.43 0.58 0.11 15.57 0.69 0.63
Hex E2 81 5F 0 2B 3A B 10 45 3F
Octal 342 201 137 0 53 72 13 20 105 77
Binary 11100010 10000001 1011111 0 101011 111010 1011 10000 1000101 111111

Color Harmonies of #E2815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2815F

Black with #E2815F

Text Example


Text Example

White with #E2815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2815F; }

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

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

background-color css

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

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

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

border-color css

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

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

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