Html Css Color HEX #E09161 Copper

📋 copy color: '#E09161'

red 224 ◦ green 145 ◦ blue 97

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

Shades of Copper #E09161

Tints of Copper #E09161

RGB

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

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

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

R = 48.07%
G = 31.12%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E09161 (or 0xE09161) is known color: Copper. HEX triplet: E0, 91 and 61. RGB value is (224,145,97). Sum of RGB (Red+Green+Blue) = 224+145+97=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E09161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09161 is #1F6E9E. Grayscale: #A3A3A3. Windows color (decimal): -2059935 or 6394336. OLE color: 6394336.

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

Color convert

RGB 224 145 97 -
CMYK 0 0.35 0.57 0.12
HSL 22.68º 0.67% 0.63% -
HSV(B) 22.68º 0.57% 0.88% -
XYZ 43.02 36.96 16.18 -
YUV 163.15 90.67 171.4 -
System Red Green Blue C M Y K H S L
Decimal 224 145 97 0 0.35 0.57 0.12 22.68 0.67 0.63
Hex E0 91 61 0 23 39 C 17 43 3F
Octal 340 221 141 0 43 71 14 27 103 77
Binary 11100000 10010001 1100001 0 100011 111001 1100 10111 1000011 111111

Color Harmonies of #E09161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09161

Black with #E09161

Text Example


Text Example

White with #E09161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09161; }

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

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

background-color css

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

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

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

border-color css

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

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

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