Html Css Color HEX #E68366 Copper

📋 copy color: '#E68366'

red 230 ◦ green 131 ◦ blue 102

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

Shades of Copper #E68366

Tints of Copper #E68366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.29%

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

R = 49.68%
G = 28.29%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E68366 (or 0xE68366) is known color: Copper. HEX triplet: E6, 83 and 66. RGB value is (230,131,102). Sum of RGB (Red+Green+Blue) = 230+131+102=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E68366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68366 is #197C99. Grayscale: #9D9D9D. Windows color (decimal): -1670298 or 6718438. OLE color: 6718438.

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

Color convert

RGB 230 131 102 -
CMYK 0 0.43 0.56 0.10
HSL 13.59º 0.72% 0.65% -
HSV(B) 13.59º 0.56% 0.9% -
XYZ 43.15 34.01 16.86 -
YUV 157.3 96.8 179.86 -
System Red Green Blue C M Y K H S L
Decimal 230 131 102 0 0.43 0.56 0.10 13.59 0.72 0.65
Hex E6 83 66 0 2B 38 A E 48 41
Octal 346 203 146 0 53 70 12 16 110 101
Binary 11100110 10000011 1100110 0 101011 111000 1010 1110 1001000 1000001

Color Harmonies of #E68366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68366

Black with #E68366

Text Example


Text Example

White with #E68366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68366; }

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

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

background-color css

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

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

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

border-color css

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

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

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