Html Css Color HEX #E0906A Copper

📋 copy color: '#E0906A'

red 224 ◦ green 144 ◦ blue 106

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

Shades of Copper #E0906A

Tints of Copper #E0906A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.38%

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

R = 47.26%
G = 30.38%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0906A (or 0xE0906A) is known color: Copper. HEX triplet: E0, 90 and 6A. RGB value is (224,144,106). Sum of RGB (Red+Green+Blue) = 224+144+106=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E0906A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0906A is #1F6F95. Grayscale: #A3A3A3. Windows color (decimal): -2060182 or 6983904. OLE color: 6983904.

HSL color Cylindrical-coordinate representation of color #E0906A: hue angle of 19.32º 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 #E0906A is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 144 106 -
CMYK 0 0.36 0.53 0.12
HSL 19.32º 0.66% 0.65% -
HSV(B) 19.32º 0.53% 0.88% -
XYZ 43.32 36.83 18.46 -
YUV 163.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 224 144 106 0 0.36 0.53 0.12 19.32 0.66 0.65
Hex E0 90 6A 0 24 35 C 13 42 41
Octal 340 220 152 0 44 65 14 23 102 101
Binary 11100000 10010000 1101010 0 100100 110101 1100 10011 1000010 1000001

Color Harmonies of #E0906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0906A

Black with #E0906A

Text Example


Text Example

White with #E0906A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0906A; }

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

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

background-color css

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

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

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

border-color css

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

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

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