Html Css Color HEX #E68F6B Copper

📋 copy color: '#E68F6B'

red 230 ◦ green 143 ◦ blue 107

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

Shades of Copper #E68F6B

Tints of Copper #E68F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.29%

R = 47.92%
G = 29.79%
B = 22.29%

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

#E68F6B (or 0xE68F6B) is known color: Copper. HEX triplet: E6, 8F and 6B. RGB value is (230,143,107). Sum of RGB (Red+Green+Blue) = 230+143+107=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68F6B is #197094. Grayscale: #A5A5A5. Windows color (decimal): -1667221 or 7049190. OLE color: 7049190.

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

Color convert

RGB 230 143 107 -
CMYK 0 0.38 0.53 0.10
HSL 17.56º 0.71% 0.66% -
HSV(B) 17.56º 0.53% 0.9% -
XYZ 45.11 37.53 18.78 -
YUV 164.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 230 143 107 0 0.38 0.53 0.10 17.56 0.71 0.66
Hex E6 8F 6B 0 26 35 A 12 47 42
Octal 346 217 153 0 46 65 12 22 107 102
Binary 11100110 10001111 1101011 0 100110 110101 1010 10010 1000111 1000010

Color Harmonies of #E68F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68F6B

Black with #E68F6B

Text Example


Text Example

White with #E68F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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