Html Css Color HEX #E88760 Copper

📋 copy color: '#E88760'

red 232 ◦ green 135 ◦ blue 96

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

Shades of Copper #E88760

Tints of Copper #E88760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.16%

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

R = 50.11%
G = 29.16%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E88760 (or 0xE88760) is known color: Copper. HEX triplet: E8, 87 and 60. RGB value is (232,135,96). Sum of RGB (Red+Green+Blue) = 232+135+96=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E88760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88760 is #17789F. Grayscale: #9F9F9F. Windows color (decimal): -1538208 or 6326248. OLE color: 6326248.

HSL color Cylindrical-coordinate representation of color #E88760: hue angle of 17.21º 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 #E88760 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 135 96 -
CMYK 0 0.42 0.59 0.09
HSL 17.21º 0.75% 0.64% -
HSV(B) 17.21º 0.59% 0.91% -
XYZ 44.05 35.33 15.56 -
YUV 159.56 92.14 179.67 -
System Red Green Blue C M Y K H S L
Decimal 232 135 96 0 0.42 0.59 0.09 17.21 0.75 0.64
Hex E8 87 60 0 2A 3B 9 11 4B 40
Octal 350 207 140 0 52 73 11 21 113 100
Binary 11101000 10000111 1100000 0 101010 111011 1001 10001 1001011 1000000

Color Harmonies of #E88760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88760

Black with #E88760

Text Example


Text Example

White with #E88760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88760; }

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

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

background-color css

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

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

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

border-color css

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

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

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