Html Css Color HEX #E68460 Copper

📋 copy color: '#E68460'

red 230 ◦ green 132 ◦ blue 96

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

Shades of Copper #E68460

Tints of Copper #E68460

RGB

 RED value IS 230 (90.23% from 255) = 50.22%

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

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

R = 50.22%
G = 28.82%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E68460 (or 0xE68460) is known color: Copper. HEX triplet: E6, 84 and 60. RGB value is (230,132,96). Sum of RGB (Red+Green+Blue) = 230+132+96=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E68460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68460 is #197B9F. Grayscale: #9D9D9D. Windows color (decimal): -1670048 or 6325478. OLE color: 6325478.

HSL color Cylindrical-coordinate representation of color #E68460: hue angle of 16.12º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E68460 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 132 96 -
CMYK 0 0.43 0.58 0.10
HSL 16.12º 0.73% 0.64% -
HSV(B) 16.12º 0.58% 0.9% -
XYZ 43 34.17 15.4 -
YUV 157.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 230 132 96 0 0.43 0.58 0.10 16.12 0.73 0.64
Hex E6 84 60 0 2B 3A A 10 49 40
Octal 346 204 140 0 53 72 12 20 111 100
Binary 11100110 10000100 1100000 0 101011 111010 1010 10000 1001001 1000000

Color Harmonies of #E68460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68460

Black with #E68460

Text Example


Text Example

White with #E68460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68460; }

 p { color: rgb(230,132,96); }

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

background-color css

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

 a { background-color: rgb(230,132,96); }

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

border-color css

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

 span { border-color: rgb(230,132,96); }

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