Html Css Color HEX #E68868 Copper

📋 copy color: '#E68868'

red 230 ◦ green 136 ◦ blue 104

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

Shades of Copper #E68868

Tints of Copper #E68868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.94%

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

R = 48.94%
G = 28.94%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E68868 (or 0xE68868) is known color: Copper. HEX triplet: E6, 88 and 68. RGB value is (230,136,104). Sum of RGB (Red+Green+Blue) = 230+136+104=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E68868 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68868 is #197797. Grayscale: #A0A0A0. Windows color (decimal): -1669016 or 6850790. OLE color: 6850790.

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

Color convert

RGB 230 136 104 -
CMYK 0 0.41 0.55 0.10
HSL 15.24º 0.72% 0.65% -
HSV(B) 15.24º 0.55% 0.9% -
XYZ 43.94 35.43 17.62 -
YUV 160.46 96.14 177.6 -
System Red Green Blue C M Y K H S L
Decimal 230 136 104 0 0.41 0.55 0.10 15.24 0.72 0.65
Hex E6 88 68 0 29 37 A F 48 41
Octal 346 210 150 0 51 67 12 17 110 101
Binary 11100110 10001000 1101000 0 101001 110111 1010 1111 1001000 1000001

Color Harmonies of #E68868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68868

Black with #E68868

Text Example


Text Example

White with #E68868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68868; }

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

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

background-color css

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

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

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

border-color css

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

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

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