Html Css Color HEX #E88560 Copper

📋 copy color: '#E88560'

red 232 ◦ green 133 ◦ blue 96

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

Shades of Copper #E88560

Tints of Copper #E88560

RGB

 RED value IS 232 (91.02% from 255) = 50.33%

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

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

R = 50.33%
G = 28.85%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E88560 (or 0xE88560) is known color: Copper. HEX triplet: E8, 85 and 60. RGB value is (232,133,96). Sum of RGB (Red+Green+Blue) = 232+133+96=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E88560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88560 is #177A9F. Grayscale: #9E9E9E. Windows color (decimal): -1538720 or 6325736. OLE color: 6325736.

HSL color Cylindrical-coordinate representation of color #E88560: hue angle of 16.32º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E88560 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 133 96 -
CMYK 0 0.43 0.59 0.09
HSL 16.32º 0.75% 0.64% -
HSV(B) 16.32º 0.59% 0.91% -
XYZ 43.78 34.78 15.47 -
YUV 158.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 232 133 96 0 0.43 0.59 0.09 16.32 0.75 0.64
Hex E8 85 60 0 2B 3B 9 10 4B 40
Octal 350 205 140 0 53 73 11 20 113 100
Binary 11101000 10000101 1100000 0 101011 111011 1001 10000 1001011 1000000

Color Harmonies of #E88560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88560

Black with #E88560

Text Example


Text Example

White with #E88560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88560; }

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

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

background-color css

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

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

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

border-color css

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

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

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