Html Css Color HEX #E08A6D Copper

📋 copy color: '#E08A6D'

red 224 ◦ green 138 ◦ blue 109

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

Shades of Copper #E08A6D

Tints of Copper #E08A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.3%

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

R = 47.56%
G = 29.3%
B = 23.14%

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

#E08A6D (or 0xE08A6D) is known color: Copper. HEX triplet: E0, 8A and 6D. RGB value is (224,138,109). Sum of RGB (Red+Green+Blue) = 224+138+109=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A6D is #1F7592. Grayscale: #A0A0A0. Windows color (decimal): -2061715 or 7178976. OLE color: 7178976.

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

Color convert

RGB 224 138 109 -
CMYK 0 0.38 0.51 0.12
HSL 15.13º 0.65% 0.65% -
HSV(B) 15.13º 0.51% 0.88% -
XYZ 42.59 35.13 19 -
YUV 160.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 224 138 109 0 0.38 0.51 0.12 15.13 0.65 0.65
Hex E0 8A 6D 0 26 33 C F 41 41
Octal 340 212 155 0 46 63 14 17 101 101
Binary 11100000 10001010 1101101 0 100110 110011 1100 1111 1000001 1000001

Color Harmonies of #E08A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08A6D

Black with #E08A6D

Text Example


Text Example

White with #E08A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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