Html Css Color HEX #E68C5D Copper

📋 copy color: '#E68C5D'

red 230 ◦ green 140 ◦ blue 93

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

Shades of Copper #E68C5D

Tints of Copper #E68C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.09%

R = 49.68%
G = 30.24%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E68C5D (or 0xE68C5D) is known color: Copper. HEX triplet: E6, 8C and 5D. RGB value is (230,140,93). Sum of RGB (Red+Green+Blue) = 230+140+93=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C5D is #1973A2. Grayscale: #A1A1A1. Windows color (decimal): -1668003 or 6130918. OLE color: 6130918.

HSL color Cylindrical-coordinate representation of color #E68C5D: hue angle of 20.58º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E68C5D is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 140 93 -
CMYK 0 0.39 0.60 0.10
HSL 20.58º 0.73% 0.63% -
HSV(B) 20.58º 0.6% 0.9% -
XYZ 43.99 36.37 15.06 -
YUV 161.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 230 140 93 0 0.39 0.60 0.10 20.58 0.73 0.63
Hex E6 8C 5D 0 27 3C A 15 49 3F
Octal 346 214 135 0 47 74 12 25 111 77
Binary 11100110 10001100 1011101 0 100111 111100 1010 10101 1001001 111111

Color Harmonies of #E68C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C5D

Black with #E68C5D

Text Example


Text Example

White with #E68C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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