Html Css Color HEX #E88464 Copper

📋 copy color: '#E88464'

red 232 ◦ green 132 ◦ blue 100

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

Shades of Copper #E88464

Tints of Copper #E88464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.45%

 BLUE value IS 100 (39.45% from 255) = 21.55%

R = 50%
G = 28.45%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E88464 (or 0xE88464) is known color: Copper. HEX triplet: E8, 84 and 64. RGB value is (232,132,100). Sum of RGB (Red+Green+Blue) = 232+132+100=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E88464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88464 is #177B9B. Grayscale: #9E9E9E. Windows color (decimal): -1538972 or 6587624. OLE color: 6587624.

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

Color convert

RGB 232 132 100 -
CMYK 0 0.43 0.57 0.09
HSL 14.55º 0.74% 0.65% -
HSV(B) 14.55º 0.57% 0.91% -
XYZ 43.83 34.58 16.42 -
YUV 158.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 232 132 100 0 0.43 0.57 0.09 14.55 0.74 0.65
Hex E8 84 64 0 2B 39 9 F 4A 41
Octal 350 204 144 0 53 71 11 17 112 101
Binary 11101000 10000100 1100100 0 101011 111001 1001 1111 1001010 1000001

Color Harmonies of #E88464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88464

Black with #E88464

Text Example


Text Example

White with #E88464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88464; }

 p { color: rgb(232,132,100); }

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

background-color css

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

 a { background-color: rgb(232,132,100); }

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

border-color css

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

 span { border-color: rgb(232,132,100); }

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