Html Css Color HEX #E08E60 Copper

📋 copy color: '#E08E60'

red 224 ◦ green 142 ◦ blue 96

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

Shades of Copper #E08E60

Tints of Copper #E08E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.78%

R = 48.48%
G = 30.74%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E08E60 (or 0xE08E60) is known color: Copper. HEX triplet: E0, 8E and 60. RGB value is (224,142,96). Sum of RGB (Red+Green+Blue) = 224+142+96=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E60 is #1F719F. Grayscale: #A1A1A1. Windows color (decimal): -2060704 or 6328032. OLE color: 6328032.

HSL color Cylindrical-coordinate representation of color #E08E60: hue angle of 21.56º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E08E60 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 142 96 -
CMYK 0 0.37 0.57 0.12
HSL 21.56º 0.67% 0.63% -
HSV(B) 21.56º 0.57% 0.88% -
XYZ 42.52 36.04 15.78 -
YUV 161.27 91.17 172.74 -
System Red Green Blue C M Y K H S L
Decimal 224 142 96 0 0.37 0.57 0.12 21.56 0.67 0.63
Hex E0 8E 60 0 25 39 C 16 43 3F
Octal 340 216 140 0 45 71 14 26 103 77
Binary 11100000 10001110 1100000 0 100101 111001 1100 10110 1000011 111111

Color Harmonies of #E08E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E60

Black with #E08E60

Text Example


Text Example

White with #E08E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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