Html Css Color HEX #E68669 Copper

📋 copy color: '#E68669'

red 230 ◦ green 134 ◦ blue 105

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

Shades of Copper #E68669

Tints of Copper #E68669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.39%

R = 49.04%
G = 28.57%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E68669 (or 0xE68669) is known color: Copper. HEX triplet: E6, 86 and 69. RGB value is (230,134,105). Sum of RGB (Red+Green+Blue) = 230+134+105=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E68669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68669 is #197996. Grayscale: #9F9F9F. Windows color (decimal): -1669527 or 6915814. OLE color: 6915814.

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

Color convert

RGB 230 134 105 -
CMYK 0 0.42 0.54 0.10
HSL 13.92º 0.71% 0.66% -
HSV(B) 13.92º 0.54% 0.9% -
XYZ 43.71 34.89 17.8 -
YUV 159.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 230 134 105 0 0.42 0.54 0.10 13.92 0.71 0.66
Hex E6 86 69 0 2A 36 A E 47 42
Octal 346 206 151 0 52 66 12 16 107 102
Binary 11100110 10000110 1101001 0 101010 110110 1010 1110 1000111 1000010

Color Harmonies of #E68669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68669

Black with #E68669

Text Example


Text Example

White with #E68669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68669; }

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

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

background-color css

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

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

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

border-color css

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

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

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