Html Css Color HEX #E08560 Copper

📋 copy color: '#E08560'

red 224 ◦ green 133 ◦ blue 96

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

Shades of Copper #E08560

Tints of Copper #E08560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.36%

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

R = 49.45%
G = 29.36%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E08560 (or 0xE08560) is known color: Copper. HEX triplet: E0, 85 and 60. RGB value is (224,133,96). Sum of RGB (Red+Green+Blue) = 224+133+96=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E08560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08560 is #1F7A9F. Grayscale: #9C9C9C. Windows color (decimal): -2063008 or 6325728. OLE color: 6325728.

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

Color convert

RGB 224 133 96 -
CMYK 0 0.41 0.57 0.12
HSL 17.34º 0.67% 0.63% -
HSV(B) 17.34º 0.57% 0.88% -
XYZ 41.24 33.47 15.35 -
YUV 155.99 94.15 176.51 -
System Red Green Blue C M Y K H S L
Decimal 224 133 96 0 0.41 0.57 0.12 17.34 0.67 0.63
Hex E0 85 60 0 29 39 C 11 43 3F
Octal 340 205 140 0 51 71 14 21 103 77
Binary 11100000 10000101 1100000 0 101001 111001 1100 10001 1000011 111111

Color Harmonies of #E08560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08560

Black with #E08560

Text Example


Text Example

White with #E08560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08560; }

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

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

background-color css

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

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

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

border-color css

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

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

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