Html Css Color HEX #E68666 Copper

📋 copy color: '#E68666'

red 230 ◦ green 134 ◦ blue 102

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

Shades of Copper #E68666

Tints of Copper #E68666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.89%

R = 49.36%
G = 28.76%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E68666 (or 0xE68666) is known color: Copper. HEX triplet: E6, 86 and 66. RGB value is (230,134,102). Sum of RGB (Red+Green+Blue) = 230+134+102=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E68666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68666 is #197999. Grayscale: #9F9F9F. Windows color (decimal): -1669530 or 6719206. OLE color: 6719206.

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

Color convert

RGB 230 134 102 -
CMYK 0 0.42 0.56 0.10
HSL 15º 0.72% 0.65% -
HSV(B) 15º 0.56% 0.9% -
XYZ 43.56 34.83 17 -
YUV 159.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 230 134 102 0 0.42 0.56 0.10 15 0.72 0.65
Hex E6 86 66 0 2A 38 A F 48 41
Octal 346 206 146 0 52 70 12 17 110 101
Binary 11100110 10000110 1100110 0 101010 111000 1010 1111 1001000 1000001

Color Harmonies of #E68666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68666

Black with #E68666

Text Example


Text Example

White with #E68666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68666; }

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

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

background-color css

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

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

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

border-color css

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

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

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