Html Css Color HEX #E09170 Copper

📋 copy color: '#E09170'

red 224 ◦ green 145 ◦ blue 112

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

Shades of Copper #E09170

Tints of Copper #E09170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 46.57%
G = 30.15%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E09170 (or 0xE09170) is known color: Copper. HEX triplet: E0, 91 and 70. RGB value is (224,145,112). Sum of RGB (Red+Green+Blue) = 224+145+112=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E09170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09170 is #1F6E8F. Grayscale: #A5A5A5. Windows color (decimal): -2059920 or 7377376. OLE color: 7377376.

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

Color convert

RGB 224 145 112 -
CMYK 0 0.35 0.50 0.12
HSL 17.68º 0.64% 0.66% -
HSV(B) 17.68º 0.5% 0.88% -
XYZ 43.79 37.27 20.21 -
YUV 164.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 224 145 112 0 0.35 0.50 0.12 17.68 0.64 0.66
Hex E0 91 70 0 23 32 C 12 40 42
Octal 340 221 160 0 43 62 14 22 100 102
Binary 11100000 10010001 1110000 0 100011 110010 1100 10010 1000000 1000010

Color Harmonies of #E09170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09170

Black with #E09170

Text Example


Text Example

White with #E09170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09170; }

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

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

background-color css

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

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

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

border-color css

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

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

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