Html Css Color HEX #E08D6A Copper

📋 copy color: '#E08D6A'

red 224 ◦ green 141 ◦ blue 106

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

Shades of Copper #E08D6A

Tints of Copper #E08D6A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.94%

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

R = 47.56%
G = 29.94%
B = 22.51%

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

#E08D6A (or 0xE08D6A) is known color: Copper. HEX triplet: E0, 8D and 6A. RGB value is (224,141,106). Sum of RGB (Red+Green+Blue) = 224+141+106=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08D6A is #1F7295. Grayscale: #A2A2A2. Windows color (decimal): -2060950 or 6983136. OLE color: 6983136.

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

Color convert

RGB 224 141 106 -
CMYK 0 0.37 0.53 0.12
HSL 17.8º 0.66% 0.65% -
HSV(B) 17.8º 0.53% 0.88% -
XYZ 42.87 35.94 18.31 -
YUV 161.83 96.5 172.35 -
System Red Green Blue C M Y K H S L
Decimal 224 141 106 0 0.37 0.53 0.12 17.8 0.66 0.65
Hex E0 8D 6A 0 25 35 C 12 42 41
Octal 340 215 152 0 45 65 14 22 102 101
Binary 11100000 10001101 1101010 0 100101 110101 1100 10010 1000010 1000001

Color Harmonies of #E08D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D6A

Black with #E08D6A

Text Example


Text Example

White with #E08D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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