Html Css Color HEX #E68C6B Copper

📋 copy color: '#E68C6B'

red 230 ◦ green 140 ◦ blue 107

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

Shades of Copper #E68C6B

Tints of Copper #E68C6B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.35%

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

R = 48.22%
G = 29.35%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E68C6B (or 0xE68C6B) is known color: Copper. HEX triplet: E6, 8C and 6B. RGB value is (230,140,107). Sum of RGB (Red+Green+Blue) = 230+140+107=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C6B is #197394. Grayscale: #A3A3A3. Windows color (decimal): -1667989 or 7048422. OLE color: 7048422.

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

Color convert

RGB 230 140 107 -
CMYK 0 0.39 0.53 0.10
HSL 16.1º 0.71% 0.66% -
HSV(B) 16.1º 0.53% 0.9% -
XYZ 44.67 36.64 18.63 -
YUV 163.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 230 140 107 0 0.39 0.53 0.10 16.1 0.71 0.66
Hex E6 8C 6B 0 27 35 A 10 47 42
Octal 346 214 153 0 47 65 12 20 107 102
Binary 11100110 10001100 1101011 0 100111 110101 1010 10000 1000111 1000010

Color Harmonies of #E68C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C6B

Black with #E68C6B

Text Example


Text Example

White with #E68C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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