Html Css Color HEX #E0886D Copper

📋 copy color: '#E0886D'

red 224 ◦ green 136 ◦ blue 109

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

Shades of Copper #E0886D

Tints of Copper #E0886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29%

 BLUE value IS 109 (42.97% from 255) = 23.24%

R = 47.76%
G = 29%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0886D (or 0xE0886D) is known color: Copper. HEX triplet: E0, 88 and 6D. RGB value is (224,136,109). Sum of RGB (Red+Green+Blue) = 224+136+109=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0886D is #1F7792. Grayscale: #9F9F9F. Windows color (decimal): -2062227 or 7178464. OLE color: 7178464.

HSL color Cylindrical-coordinate representation of color #E0886D: hue angle of 14.09º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0886D is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 136 109 -
CMYK 0 0.39 0.51 0.12
HSL 14.09º 0.65% 0.65% -
HSV(B) 14.09º 0.51% 0.88% -
XYZ 42.3 34.56 18.91 -
YUV 159.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 224 136 109 0 0.39 0.51 0.12 14.09 0.65 0.65
Hex E0 88 6D 0 27 33 C E 41 41
Octal 340 210 155 0 47 63 14 16 101 101
Binary 11100000 10001000 1101101 0 100111 110011 1100 1110 1000001 1000001

Color Harmonies of #E0886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0886D

Black with #E0886D

Text Example


Text Example

White with #E0886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0886D; }

 p { color: rgb(224,136,109); }

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

background-color css

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

 a { background-color: rgb(224,136,109); }

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

border-color css

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

 span { border-color: rgb(224,136,109); }

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