Html Css Color HEX #E68D68 Copper

📋 copy color: '#E68D68'

red 230 ◦ green 141 ◦ blue 104

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

Shades of Copper #E68D68

Tints of Copper #E68D68

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.68%

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

R = 48.42%
G = 29.68%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E68D68 (or 0xE68D68) is known color: Copper. HEX triplet: E6, 8D and 68. RGB value is (230,141,104). Sum of RGB (Red+Green+Blue) = 230+141+104=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D68 is #197297. Grayscale: #A3A3A3. Windows color (decimal): -1667736 or 6852070. OLE color: 6852070.

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

Color convert

RGB 230 141 104 -
CMYK 0 0.39 0.55 0.10
HSL 17.62º 0.72% 0.65% -
HSV(B) 17.62º 0.55% 0.9% -
XYZ 44.66 36.87 17.86 -
YUV 163.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 230 141 104 0 0.39 0.55 0.10 17.62 0.72 0.65
Hex E6 8D 68 0 27 37 A 12 48 41
Octal 346 215 150 0 47 67 12 22 110 101
Binary 11100110 10001101 1101000 0 100111 110111 1010 10010 1001000 1000001

Color Harmonies of #E68D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D68

Black with #E68D68

Text Example


Text Example

White with #E68D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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