Html Css Color HEX #E0916C Copper

📋 copy color: '#E0916C'

red 224 ◦ green 145 ◦ blue 108

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

Shades of Copper #E0916C

Tints of Copper #E0916C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.64%

R = 46.96%
G = 30.4%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0916C (or 0xE0916C) is known color: Copper. HEX triplet: E0, 91 and 6C. RGB value is (224,145,108). Sum of RGB (Red+Green+Blue) = 224+145+108=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0916C is #1F6E93. Grayscale: #A4A4A4. Windows color (decimal): -2059924 or 7115232. OLE color: 7115232.

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

Color convert

RGB 224 145 108 -
CMYK 0 0.35 0.52 0.12
HSL 19.14º 0.65% 0.65% -
HSV(B) 19.14º 0.52% 0.88% -
XYZ 43.57 37.18 19.07 -
YUV 164.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 224 145 108 0 0.35 0.52 0.12 19.14 0.65 0.65
Hex E0 91 6C 0 23 34 C 13 41 41
Octal 340 221 154 0 43 64 14 23 101 101
Binary 11100000 10010001 1101100 0 100011 110100 1100 10011 1000001 1000001

Color Harmonies of #E0916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0916C

Black with #E0916C

Text Example


Text Example

White with #E0916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0916C; }

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

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

background-color css

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

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

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

border-color css

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

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

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