Html Css Color HEX #E68468 Copper

📋 copy color: '#E68468'

red 230 ◦ green 132 ◦ blue 104

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

Shades of Copper #E68468

Tints of Copper #E68468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.33%

 BLUE value IS 104 (41.02% from 255) = 22.32%

R = 49.36%
G = 28.33%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E68468 (or 0xE68468) is known color: Copper. HEX triplet: E6, 84 and 68. RGB value is (230,132,104). Sum of RGB (Red+Green+Blue) = 230+132+104=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E68468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68468 is #197B97. Grayscale: #9E9E9E. Windows color (decimal): -1670040 or 6849766. OLE color: 6849766.

HSL color Cylindrical-coordinate representation of color #E68468: hue angle of 13.33º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E68468 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 132 104 -
CMYK 0 0.43 0.55 0.10
HSL 13.33º 0.72% 0.65% -
HSV(B) 13.33º 0.55% 0.9% -
XYZ 43.38 34.33 17.44 -
YUV 158.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 230 132 104 0 0.43 0.55 0.10 13.33 0.72 0.65
Hex E6 84 68 0 2B 37 A D 48 41
Octal 346 204 150 0 53 67 12 15 110 101
Binary 11100110 10000100 1101000 0 101011 110111 1010 1101 1001000 1000001

Color Harmonies of #E68468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68468

Black with #E68468

Text Example


Text Example

White with #E68468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68468; }

 p { color: rgb(230,132,104); }

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

background-color css

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

 a { background-color: rgb(230,132,104); }

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

border-color css

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

 span { border-color: rgb(230,132,104); }

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