Html Css Color HEX #E68E6A Copper

📋 copy color: '#E68E6A'

red 230 ◦ green 142 ◦ blue 106

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

Shades of Copper #E68E6A

Tints of Copper #E68E6A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.71%

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 48.12%
G = 29.71%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E68E6A (or 0xE68E6A) is known color: Copper. HEX triplet: E6, 8E and 6A. RGB value is (230,142,106). Sum of RGB (Red+Green+Blue) = 230+142+106=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E6A is #197195. Grayscale: #A4A4A4. Windows color (decimal): -1667478 or 6983398. OLE color: 6983398.

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

Color convert

RGB 230 142 106 -
CMYK 0 0.38 0.54 0.10
HSL 17.42º 0.71% 0.66% -
HSV(B) 17.42º 0.54% 0.9% -
XYZ 44.91 37.21 18.45 -
YUV 164.21 95.15 174.93 -
System Red Green Blue C M Y K H S L
Decimal 230 142 106 0 0.38 0.54 0.10 17.42 0.71 0.66
Hex E6 8E 6A 0 26 36 A 11 47 42
Octal 346 216 152 0 46 66 12 21 107 102
Binary 11100110 10001110 1101010 0 100110 110110 1010 10001 1000111 1000010

Color Harmonies of #E68E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68E6A

Black with #E68E6A

Text Example


Text Example

White with #E68E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68E6A; }

 p { color: rgb(230,142,106); }

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

background-color css

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

 a { background-color: rgb(230,142,106); }

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

border-color css

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

 span { border-color: rgb(230,142,106); }

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