Html Css Color HEX #E08B6D Copper

📋 copy color: '#E08B6D'

red 224 ◦ green 139 ◦ blue 109

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

Shades of Copper #E08B6D

Tints of Copper #E08B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.45%

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

R = 47.46%
G = 29.45%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E08B6D (or 0xE08B6D) is known color: Copper. HEX triplet: E0, 8B and 6D. RGB value is (224,139,109). Sum of RGB (Red+Green+Blue) = 224+139+109=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08B6D is #1F7492. Grayscale: #A1A1A1. Windows color (decimal): -2061459 or 7179232. OLE color: 7179232.

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

Color convert

RGB 224 139 109 -
CMYK 0 0.38 0.51 0.12
HSL 15.65º 0.65% 0.65% -
HSV(B) 15.65º 0.51% 0.88% -
XYZ 42.73 35.42 19.05 -
YUV 161 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 224 139 109 0 0.38 0.51 0.12 15.65 0.65 0.65
Hex E0 8B 6D 0 26 33 C 10 41 41
Octal 340 213 155 0 46 63 14 20 101 101
Binary 11100000 10001011 1101101 0 100110 110011 1100 10000 1000001 1000001

Color Harmonies of #E08B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08B6D

Black with #E08B6D

Text Example


Text Example

White with #E08B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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