Html Css Color HEX #E08E6A Copper

📋 copy color: '#E08E6A'

red 224 ◦ green 142 ◦ blue 106

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

Shades of Copper #E08E6A

Tints of Copper #E08E6A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.08%

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

R = 47.46%
G = 30.08%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E08E6A (or 0xE08E6A) is known color: Copper. HEX triplet: E0, 8E and 6A. RGB value is (224,142,106). Sum of RGB (Red+Green+Blue) = 224+142+106=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E6A is #1F7195. Grayscale: #A2A2A2. Windows color (decimal): -2060694 or 6983392. OLE color: 6983392.

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

Color convert

RGB 224 142 106 -
CMYK 0 0.37 0.53 0.12
HSL 18.31º 0.66% 0.65% -
HSV(B) 18.31º 0.53% 0.88% -
XYZ 43.02 36.23 18.36 -
YUV 162.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 224 142 106 0 0.37 0.53 0.12 18.31 0.66 0.65
Hex E0 8E 6A 0 25 35 C 12 42 41
Octal 340 216 152 0 45 65 14 22 102 101
Binary 11100000 10001110 1101010 0 100101 110101 1100 10010 1000010 1000001

Color Harmonies of #E08E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E6A

Black with #E08E6A

Text Example


Text Example

White with #E08E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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