Html Css Color HEX #E68F6C Copper

📋 copy color: '#E68F6C'

red 230 ◦ green 143 ◦ blue 108

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

Shades of Copper #E68F6C

Tints of Copper #E68F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 47.82%
G = 29.73%
B = 22.45%

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

#E68F6C (or 0xE68F6C) is known color: Copper. HEX triplet: E6, 8F and 6C. RGB value is (230,143,108). Sum of RGB (Red+Green+Blue) = 230+143+108=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68F6C is #197093. Grayscale: #A5A5A5. Windows color (decimal): -1667220 or 7114726. OLE color: 7114726.

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

Color convert

RGB 230 143 108 -
CMYK 0 0.38 0.53 0.10
HSL 17.21º 0.71% 0.66% -
HSV(B) 17.21º 0.53% 0.9% -
XYZ 45.16 37.55 19.06 -
YUV 165.02 95.82 174.35 -
System Red Green Blue C M Y K H S L
Decimal 230 143 108 0 0.38 0.53 0.10 17.21 0.71 0.66
Hex E6 8F 6C 0 26 35 A 11 47 42
Octal 346 217 154 0 46 65 12 21 107 102
Binary 11100110 10001111 1101100 0 100110 110101 1010 10001 1000111 1000010

Color Harmonies of #E68F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68F6C

Black with #E68F6C

Text Example


Text Example

White with #E68F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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