Html Css Color HEX #E68B6C Copper

📋 copy color: '#E68B6C'

red 230 ◦ green 139 ◦ blue 108

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

Shades of Copper #E68B6C

Tints of Copper #E68B6C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.14%

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

R = 48.22%
G = 29.14%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E68B6C (or 0xE68B6C) is known color: Copper. HEX triplet: E6, 8B and 6C. RGB value is (230,139,108). Sum of RGB (Red+Green+Blue) = 230+139+108=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68B6C is #197493. Grayscale: #A2A2A2. Windows color (decimal): -1668244 or 7113702. OLE color: 7113702.

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

Color convert

RGB 230 139 108 -
CMYK 0 0.40 0.53 0.10
HSL 15.25º 0.71% 0.66% -
HSV(B) 15.25º 0.53% 0.9% -
XYZ 44.57 36.37 18.86 -
YUV 162.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 230 139 108 0 0.40 0.53 0.10 15.25 0.71 0.66
Hex E6 8B 6C 0 28 35 A F 47 42
Octal 346 213 154 0 50 65 12 17 107 102
Binary 11100110 10001011 1101100 0 101000 110101 1010 1111 1000111 1000010

Color Harmonies of #E68B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68B6C

Black with #E68B6C

Text Example


Text Example

White with #E68B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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