Html Css Color HEX #E68B6A Copper

📋 copy color: '#E68B6A'

red 230 ◦ green 139 ◦ blue 106

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

Shades of Copper #E68B6A

Tints of Copper #E68B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.32%

R = 48.42%
G = 29.26%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E68B6A (or 0xE68B6A) is known color: Copper. HEX triplet: E6, 8B and 6A. RGB value is (230,139,106). Sum of RGB (Red+Green+Blue) = 230+139+106=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68B6A is #197495. Grayscale: #A2A2A2. Windows color (decimal): -1668246 or 6982630. OLE color: 6982630.

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

Color convert

RGB 230 139 106 -
CMYK 0 0.40 0.54 0.10
HSL 15.97º 0.71% 0.66% -
HSV(B) 15.97º 0.54% 0.9% -
XYZ 44.47 36.33 18.3 -
YUV 162.45 96.15 176.18 -
System Red Green Blue C M Y K H S L
Decimal 230 139 106 0 0.40 0.54 0.10 15.97 0.71 0.66
Hex E6 8B 6A 0 28 36 A 10 47 42
Octal 346 213 152 0 50 66 12 20 107 102
Binary 11100110 10001011 1101010 0 101000 110110 1010 10000 1000111 1000010

Color Harmonies of #E68B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68B6A

Black with #E68B6A

Text Example


Text Example

White with #E68B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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