Html Css Color HEX #E68C6A Copper

📋 copy color: '#E68C6A'

red 230 ◦ green 140 ◦ blue 106

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

Shades of Copper #E68C6A

Tints of Copper #E68C6A

RGB

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

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

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

R = 48.32%
G = 29.41%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E68C6A (or 0xE68C6A) is known color: Copper. HEX triplet: E6, 8C and 6A. RGB value is (230,140,106). Sum of RGB (Red+Green+Blue) = 230+140+106=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C6A is #197395. Grayscale: #A3A3A3. Windows color (decimal): -1667990 or 6982886. OLE color: 6982886.

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

Color convert

RGB 230 140 106 -
CMYK 0 0.39 0.54 0.10
HSL 16.45º 0.71% 0.66% -
HSV(B) 16.45º 0.54% 0.9% -
XYZ 44.61 36.62 18.35 -
YUV 163.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 230 140 106 0 0.39 0.54 0.10 16.45 0.71 0.66
Hex E6 8C 6A 0 27 36 A 10 47 42
Octal 346 214 152 0 47 66 12 20 107 102
Binary 11100110 10001100 1101010 0 100111 110110 1010 10000 1000111 1000010

Color Harmonies of #E68C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C6A

Black with #E68C6A

Text Example


Text Example

White with #E68C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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