Html Css Color HEX #E0916A Copper

📋 copy color: '#E0916A'

red 224 ◦ green 145 ◦ blue 106

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

Shades of Copper #E0916A

Tints of Copper #E0916A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.53%

 BLUE value IS 106 (41.8% from 255) = 22.32%

R = 47.16%
G = 30.53%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0916A (or 0xE0916A) is known color: Copper. HEX triplet: E0, 91 and 6A. RGB value is (224,145,106). Sum of RGB (Red+Green+Blue) = 224+145+106=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0916A is #1F6E95. Grayscale: #A4A4A4. Windows color (decimal): -2059926 or 6984160. OLE color: 6984160.

HSL color Cylindrical-coordinate representation of color #E0916A: hue angle of 19.83º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0916A is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 145 106 -
CMYK 0 0.35 0.53 0.12
HSL 19.83º 0.66% 0.65% -
HSV(B) 19.83º 0.53% 0.88% -
XYZ 43.47 37.14 18.51 -
YUV 164.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 224 145 106 0 0.35 0.53 0.12 19.83 0.66 0.65
Hex E0 91 6A 0 23 35 C 14 42 41
Octal 340 221 152 0 43 65 14 24 102 101
Binary 11100000 10010001 1101010 0 100011 110101 1100 10100 1000010 1000001

Color Harmonies of #E0916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0916A

Black with #E0916A

Text Example


Text Example

White with #E0916A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0916A; }

 p { color: rgb(224,145,106); }

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

background-color css

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

 a { background-color: rgb(224,145,106); }

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

border-color css

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

 span { border-color: rgb(224,145,106); }

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