Html Css Color HEX #E88465 Copper

📋 copy color: '#E88465'

red 232 ◦ green 132 ◦ blue 101

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

Shades of Copper #E88465

Tints of Copper #E88465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.72%

R = 49.89%
G = 28.39%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E88465 (or 0xE88465) is known color: Copper. HEX triplet: E8, 84 and 65. RGB value is (232,132,101). Sum of RGB (Red+Green+Blue) = 232+132+101=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E88465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88465 is #177B9A. Grayscale: #9E9E9E. Windows color (decimal): -1538971 or 6653160. OLE color: 6653160.

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

Color convert

RGB 232 132 101 -
CMYK 0 0.43 0.56 0.09
HSL 14.2º 0.74% 0.65% -
HSV(B) 14.2º 0.56% 0.91% -
XYZ 43.88 34.6 16.68 -
YUV 158.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 232 132 101 0 0.43 0.56 0.09 14.2 0.74 0.65
Hex E8 84 65 0 2B 38 9 E 4A 41
Octal 350 204 145 0 53 70 11 16 112 101
Binary 11101000 10000100 1100101 0 101011 111000 1001 1110 1001010 1000001

Color Harmonies of #E88465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88465

Black with #E88465

Text Example


Text Example

White with #E88465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88465; }

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

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

background-color css

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

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

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

border-color css

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

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

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