Html Css Color HEX #E09070 Copper

📋 copy color: '#E09070'

red 224 ◦ green 144 ◦ blue 112

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

Shades of Copper #E09070

Tints of Copper #E09070

RGB

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

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

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

R = 46.67%
G = 30%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E09070 (or 0xE09070) is known color: Copper. HEX triplet: E0, 90 and 70. RGB value is (224,144,112). Sum of RGB (Red+Green+Blue) = 224+144+112=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E09070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09070 is #1F6F8F. Grayscale: #A4A4A4. Windows color (decimal): -2060176 or 7377120. OLE color: 7377120.

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

Color convert

RGB 224 144 112 -
CMYK 0 0.36 0.50 0.12
HSL 17.14º 0.64% 0.66% -
HSV(B) 17.14º 0.5% 0.88% -
XYZ 43.64 36.96 20.16 -
YUV 164.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 224 144 112 0 0.36 0.50 0.12 17.14 0.64 0.66
Hex E0 90 70 0 24 32 C 11 40 42
Octal 340 220 160 0 44 62 14 21 100 102
Binary 11100000 10010000 1110000 0 100100 110010 1100 10001 1000000 1000010

Color Harmonies of #E09070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09070

Black with #E09070

Text Example


Text Example

White with #E09070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09070; }

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

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

background-color css

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

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

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

border-color css

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

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

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