Html Css Color HEX #E69666 Copper

📋 copy color: '#E69666'

red 230 ◦ green 150 ◦ blue 102

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

Shades of Copper #E69666

Tints of Copper #E69666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.12%

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

R = 47.72%
G = 31.12%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E69666 (or 0xE69666) is known color: Copper. HEX triplet: E6, 96 and 66. RGB value is (230,150,102). Sum of RGB (Red+Green+Blue) = 230+150+102=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E69666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69666 is #196999. Grayscale: #A8A8A8. Windows color (decimal): -1665434 or 6723302. OLE color: 6723302.

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

Color convert

RGB 230 150 102 -
CMYK 0 0.35 0.56 0.10
HSL 22.5º 0.72% 0.65% -
HSV(B) 22.5º 0.56% 0.9% -
XYZ 45.94 39.6 17.79 -
YUV 168.45 90.5 171.9 -
System Red Green Blue C M Y K H S L
Decimal 230 150 102 0 0.35 0.56 0.10 22.5 0.72 0.65
Hex E6 96 66 0 23 38 A 16 48 41
Octal 346 226 146 0 43 70 12 26 110 101
Binary 11100110 10010110 1100110 0 100011 111000 1010 10110 1001000 1000001

Color Harmonies of #E69666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69666

Black with #E69666

Text Example


Text Example

White with #E69666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69666; }

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

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

background-color css

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

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

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

border-color css

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

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

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