Html Css Color HEX #E68960 Copper

📋 copy color: '#E68960'

red 230 ◦ green 137 ◦ blue 96

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

Shades of Copper #E68960

Tints of Copper #E68960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.59%

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

R = 49.68%
G = 29.59%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E68960 (or 0xE68960) is known color: Copper. HEX triplet: E6, 89 and 60. RGB value is (230,137,96). Sum of RGB (Red+Green+Blue) = 230+137+96=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E68960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68960 is #19769F. Grayscale: #A0A0A0. Windows color (decimal): -1668768 or 6326758. OLE color: 6326758.

HSL color Cylindrical-coordinate representation of color #E68960: hue angle of 18.36º 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 #E68960 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 137 96 -
CMYK 0 0.40 0.58 0.10
HSL 18.36º 0.73% 0.64% -
HSV(B) 18.36º 0.58% 0.9% -
XYZ 43.69 35.56 15.63 -
YUV 160.13 91.81 177.83 -
System Red Green Blue C M Y K H S L
Decimal 230 137 96 0 0.40 0.58 0.10 18.36 0.73 0.64
Hex E6 89 60 0 28 3A A 12 49 40
Octal 346 211 140 0 50 72 12 22 111 100
Binary 11100110 10001001 1100000 0 101000 111010 1010 10010 1001001 1000000

Color Harmonies of #E68960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68960

Black with #E68960

Text Example


Text Example

White with #E68960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68960; }

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

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

background-color css

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

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

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

border-color css

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

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

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