Html Css Color HEX #E09470 Copper

📋 copy color: '#E09470'

red 224 ◦ green 148 ◦ blue 112

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

Shades of Copper #E09470

Tints of Copper #E09470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.58%

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

R = 46.28%
G = 30.58%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E09470 (or 0xE09470) is known color: Copper. HEX triplet: E0, 94 and 70. RGB value is (224,148,112). Sum of RGB (Red+Green+Blue) = 224+148+112=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E09470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09470 is #1F6B8F. Grayscale: #A6A6A6. Windows color (decimal): -2059152 or 7378144. OLE color: 7378144.

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

Color convert

RGB 224 148 112 -
CMYK 0 0.34 0.50 0.12
HSL 19.29º 0.64% 0.66% -
HSV(B) 19.29º 0.5% 0.88% -
XYZ 44.26 38.2 20.37 -
YUV 166.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 224 148 112 0 0.34 0.50 0.12 19.29 0.64 0.66
Hex E0 94 70 0 22 32 C 13 40 42
Octal 340 224 160 0 42 62 14 23 100 102
Binary 11100000 10010100 1110000 0 100010 110010 1100 10011 1000000 1000010

Color Harmonies of #E09470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09470

Black with #E09470

Text Example


Text Example

White with #E09470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09470; }

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

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

background-color css

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

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

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

border-color css

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

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

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