Html Css Color HEX #E0815C Copper

📋 copy color: '#E0815C'

red 224 ◦ green 129 ◦ blue 92

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

Shades of Copper #E0815C

Tints of Copper #E0815C

RGB

 RED value IS 224 (87.89% from 255) = 50.34%

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

 BLUE value IS 92 (36.33% from 255) = 20.67%

R = 50.34%
G = 28.99%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0815C (or 0xE0815C) is known color: Copper. HEX triplet: E0, 81 and 5C. RGB value is (224,129,92). Sum of RGB (Red+Green+Blue) = 224+129+92=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0815C is #1F7EA3. Grayscale: #999999. Windows color (decimal): -2064036 or 6062560. OLE color: 6062560.

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

Color convert

RGB 224 129 92 -
CMYK 0 0.42 0.59 0.12
HSL 16.82º 0.68% 0.62% -
HSV(B) 16.82º 0.59% 0.88% -
XYZ 40.52 32.32 14.23 -
YUV 153.19 93.47 178.51 -
System Red Green Blue C M Y K H S L
Decimal 224 129 92 0 0.42 0.59 0.12 16.82 0.68 0.62
Hex E0 81 5C 0 2A 3B C 11 44 3E
Octal 340 201 134 0 52 73 14 21 104 76
Binary 11100000 10000001 1011100 0 101010 111011 1100 10001 1000100 111110

Color Harmonies of #E0815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0815C

Black with #E0815C

Text Example


Text Example

White with #E0815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0815C; }

 p { color: rgb(224,129,92); }

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

background-color css

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

 a { background-color: rgb(224,129,92); }

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

border-color css

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

 span { border-color: rgb(224,129,92); }

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