Html Css Color HEX #E0886A Copper

📋 copy color: '#E0886A'

red 224 ◦ green 136 ◦ blue 106

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

Shades of Copper #E0886A

Tints of Copper #E0886A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.75%

R = 48.07%
G = 29.18%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0886A (or 0xE0886A) is known color: Copper. HEX triplet: E0, 88 and 6A. RGB value is (224,136,106). Sum of RGB (Red+Green+Blue) = 224+136+106=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0886A is #1F7795. Grayscale: #9F9F9F. Windows color (decimal): -2062230 or 6981856. OLE color: 6981856.

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

Color convert

RGB 224 136 106 -
CMYK 0 0.39 0.53 0.12
HSL 15.25º 0.66% 0.65% -
HSV(B) 15.25º 0.53% 0.88% -
XYZ 42.15 34.5 18.07 -
YUV 158.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 224 136 106 0 0.39 0.53 0.12 15.25 0.66 0.65
Hex E0 88 6A 0 27 35 C F 42 41
Octal 340 210 152 0 47 65 14 17 102 101
Binary 11100000 10001000 1101010 0 100111 110101 1100 1111 1000010 1000001

Color Harmonies of #E0886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0886A

Black with #E0886A

Text Example


Text Example

White with #E0886A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0886A; }

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

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

background-color css

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

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

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

border-color css

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

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

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