Html Css Color HEX #E09060 Copper

📋 copy color: '#E09060'

red 224 ◦ green 144 ◦ blue 96

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

Shades of Copper #E09060

Tints of Copper #E09060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.69%

R = 48.28%
G = 31.03%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E09060 (or 0xE09060) is known color: Copper. HEX triplet: E0, 90 and 60. RGB value is (224,144,96). Sum of RGB (Red+Green+Blue) = 224+144+96=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E09060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09060 is #1F6F9F. Grayscale: #A2A2A2. Windows color (decimal): -2060192 or 6328544. OLE color: 6328544.

HSL color Cylindrical-coordinate representation of color #E09060: hue angle of 22.5º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E09060 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 144 96 -
CMYK 0 0.36 0.57 0.12
HSL 22.5º 0.67% 0.63% -
HSV(B) 22.5º 0.57% 0.88% -
XYZ 42.83 36.64 15.88 -
YUV 162.45 90.5 171.9 -
System Red Green Blue C M Y K H S L
Decimal 224 144 96 0 0.36 0.57 0.12 22.5 0.67 0.63
Hex E0 90 60 0 24 39 C 16 43 3F
Octal 340 220 140 0 44 71 14 26 103 77
Binary 11100000 10010000 1100000 0 100100 111001 1100 10110 1000011 111111

Color Harmonies of #E09060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09060

Black with #E09060

Text Example


Text Example

White with #E09060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09060; }

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

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

background-color css

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

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

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

border-color css

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

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

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