Html Css Color HEX #E68C66 Copper

📋 copy color: '#E68C66'

red 230 ◦ green 140 ◦ blue 102

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

Shades of Copper #E68C66

Tints of Copper #E68C66

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.66%

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

R = 48.73%
G = 29.66%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E68C66 (or 0xE68C66) is known color: Copper. HEX triplet: E6, 8C and 66. RGB value is (230,140,102). Sum of RGB (Red+Green+Blue) = 230+140+102=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C66 is #197399. Grayscale: #A2A2A2. Windows color (decimal): -1667994 or 6720742. OLE color: 6720742.

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

Color convert

RGB 230 140 102 -
CMYK 0 0.39 0.56 0.10
HSL 17.81º 0.72% 0.65% -
HSV(B) 17.81º 0.56% 0.9% -
XYZ 44.41 36.54 17.28 -
YUV 162.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 230 140 102 0 0.39 0.56 0.10 17.81 0.72 0.65
Hex E6 8C 66 0 27 38 A 12 48 41
Octal 346 214 146 0 47 70 12 22 110 101
Binary 11100110 10001100 1100110 0 100111 111000 1010 10010 1001000 1000001

Color Harmonies of #E68C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C66

Black with #E68C66

Text Example


Text Example

White with #E68C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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