Html Css Color HEX #E68F6D Copper

📋 copy color: '#E68F6D'

red 230 ◦ green 143 ◦ blue 109

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

Shades of Copper #E68F6D

Tints of Copper #E68F6D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.67%

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 47.72%
G = 29.67%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E68F6D (or 0xE68F6D) is known color: Copper. HEX triplet: E6, 8F and 6D. RGB value is (230,143,109). Sum of RGB (Red+Green+Blue) = 230+143+109=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68F6D is #197092. Grayscale: #A5A5A5. Windows color (decimal): -1667219 or 7180262. OLE color: 7180262.

HSL color Cylindrical-coordinate representation of color #E68F6D: hue angle of 16.86º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E68F6D is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 143 109 -
CMYK 0 0.38 0.53 0.10
HSL 16.86º 0.71% 0.66% -
HSV(B) 16.86º 0.53% 0.9% -
XYZ 45.22 37.57 19.34 -
YUV 165.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 230 143 109 0 0.38 0.53 0.10 16.86 0.71 0.66
Hex E6 8F 6D 0 26 35 A 11 47 42
Octal 346 217 155 0 46 65 12 21 107 102
Binary 11100110 10001111 1101101 0 100110 110101 1010 10001 1000111 1000010

Color Harmonies of #E68F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68F6D

Black with #E68F6D

Text Example


Text Example

White with #E68F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68F6D; }

 p { color: rgb(230,143,109); }

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

background-color css

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

 a { background-color: rgb(230,143,109); }

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

border-color css

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

 span { border-color: rgb(230,143,109); }

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