Html Css Color HEX #E88860 Copper

📋 copy color: '#E88860'

red 232 ◦ green 136 ◦ blue 96

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

Shades of Copper #E88860

Tints of Copper #E88860

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.31%

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

R = 50%
G = 29.31%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E88860 (or 0xE88860) is known color: Copper. HEX triplet: E8, 88 and 60. RGB value is (232,136,96). Sum of RGB (Red+Green+Blue) = 232+136+96=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E88860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88860 is #17779F. Grayscale: #A0A0A0. Windows color (decimal): -1537952 or 6326504. OLE color: 6326504.

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

Color convert

RGB 232 136 96 -
CMYK 0 0.41 0.59 0.09
HSL 17.65º 0.75% 0.64% -
HSV(B) 17.65º 0.59% 0.91% -
XYZ 44.19 35.61 15.61 -
YUV 160.14 91.8 179.25 -
System Red Green Blue C M Y K H S L
Decimal 232 136 96 0 0.41 0.59 0.09 17.65 0.75 0.64
Hex E8 88 60 0 29 3B 9 12 4B 40
Octal 350 210 140 0 51 73 11 22 113 100
Binary 11101000 10001000 1100000 0 101001 111011 1001 10010 1001011 1000000

Color Harmonies of #E88860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88860

Black with #E88860

Text Example


Text Example

White with #E88860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88860; }

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

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

background-color css

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

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

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

border-color css

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

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

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