Html Css Color HEX #E08061 Copper

📋 copy color: '#E08061'

red 224 ◦ green 128 ◦ blue 97

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

Shades of Copper #E08061

Tints of Copper #E08061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.51%

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

R = 49.89%
G = 28.51%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E08061 (or 0xE08061) is known color: Copper. HEX triplet: E0, 80 and 61. RGB value is (224,128,97). Sum of RGB (Red+Green+Blue) = 224+128+97=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E08061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08061 is #1F7F9E. Grayscale: #999999. Windows color (decimal): -2064287 or 6389984. OLE color: 6389984.

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

Color convert

RGB 224 128 97 -
CMYK 0 0.43 0.57 0.12
HSL 14.65º 0.67% 0.63% -
HSV(B) 14.65º 0.57% 0.88% -
XYZ 40.62 32.15 15.37 -
YUV 153.17 96.3 178.52 -
System Red Green Blue C M Y K H S L
Decimal 224 128 97 0 0.43 0.57 0.12 14.65 0.67 0.63
Hex E0 80 61 0 2B 39 C F 43 3F
Octal 340 200 141 0 53 71 14 17 103 77
Binary 11100000 10000000 1100001 0 101011 111001 1100 1111 1000011 111111

Color Harmonies of #E08061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08061

Black with #E08061

Text Example


Text Example

White with #E08061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08061; }

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

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

background-color css

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

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

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

border-color css

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

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

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