Html Css Color HEX #E68668 Copper

📋 copy color: '#E68668'

red 230 ◦ green 134 ◦ blue 104

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

Shades of Copper #E68668

Tints of Copper #E68668

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.63%

 BLUE value IS 104 (41.02% from 255) = 22.22%

R = 49.15%
G = 28.63%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E68668 (or 0xE68668) is known color: Copper. HEX triplet: E6, 86 and 68. RGB value is (230,134,104). Sum of RGB (Red+Green+Blue) = 230+134+104=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E68668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68668 is #197997. Grayscale: #9F9F9F. Windows color (decimal): -1669528 or 6850278. OLE color: 6850278.

HSL color Cylindrical-coordinate representation of color #E68668: hue angle of 14.29º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E68668 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 104 -
CMYK 0 0.42 0.55 0.10
HSL 14.29º 0.72% 0.65% -
HSV(B) 14.29º 0.55% 0.9% -
XYZ 43.66 34.87 17.53 -
YUV 159.28 96.8 178.44 -
System Red Green Blue C M Y K H S L
Decimal 230 134 104 0 0.42 0.55 0.10 14.29 0.72 0.65
Hex E6 86 68 0 2A 37 A E 48 41
Octal 346 206 150 0 52 67 12 16 110 101
Binary 11100110 10000110 1101000 0 101010 110111 1010 1110 1001000 1000001

Color Harmonies of #E68668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68668

Black with #E68668

Text Example


Text Example

White with #E68668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68668; }

 p { color: rgb(230,134,104); }

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

background-color css

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

 a { background-color: rgb(230,134,104); }

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

border-color css

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

 span { border-color: rgb(230,134,104); }

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