Html Css Color HEX #E09061 Copper

📋 copy color: '#E09061'

red 224 ◦ green 144 ◦ blue 97

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

Shades of Copper #E09061

Tints of Copper #E09061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.86%

R = 48.17%
G = 30.97%
B = 20.86%

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

#E09061 (or 0xE09061) is known color: Copper. HEX triplet: E0, 90 and 61. RGB value is (224,144,97). Sum of RGB (Red+Green+Blue) = 224+144+97=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E09061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09061 is #1F6F9E. Grayscale: #A2A2A2. Windows color (decimal): -2060191 or 6394080. OLE color: 6394080.

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

Color convert

RGB 224 144 97 -
CMYK 0 0.36 0.57 0.12
HSL 22.2º 0.67% 0.63% -
HSV(B) 22.2º 0.57% 0.88% -
XYZ 42.87 36.66 16.13 -
YUV 162.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 224 144 97 0 0.36 0.57 0.12 22.2 0.67 0.63
Hex E0 90 61 0 24 39 C 16 43 3F
Octal 340 220 141 0 44 71 14 26 103 77
Binary 11100000 10010000 1100001 0 100100 111001 1100 10110 1000011 111111

Color Harmonies of #E09061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09061

Black with #E09061

Text Example


Text Example

White with #E09061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09061; }

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

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

background-color css

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

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

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

border-color css

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

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

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