Html Css Color HEX #E68D65 Copper

📋 copy color: '#E68D65'

red 230 ◦ green 141 ◦ blue 101

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

Shades of Copper #E68D65

Tints of Copper #E68D65

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.87%

 BLUE value IS 101 (39.84% from 255) = 21.4%

R = 48.73%
G = 29.87%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E68D65 (or 0xE68D65) is known color: Copper. HEX triplet: E6, 8D and 65. RGB value is (230,141,101). Sum of RGB (Red+Green+Blue) = 230+141+101=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D65 is #19729A. Grayscale: #A3A3A3. Windows color (decimal): -1667739 or 6655462. OLE color: 6655462.

HSL color Cylindrical-coordinate representation of color #E68D65: hue angle of 18.6º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E68D65 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 141 101 -
CMYK 0 0.39 0.56 0.10
HSL 18.6º 0.72% 0.65% -
HSV(B) 18.6º 0.56% 0.9% -
XYZ 44.51 36.81 17.07 -
YUV 163.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 230 141 101 0 0.39 0.56 0.10 18.6 0.72 0.65
Hex E6 8D 65 0 27 38 A 13 48 41
Octal 346 215 145 0 47 70 12 23 110 101
Binary 11100110 10001101 1100101 0 100111 111000 1010 10011 1001000 1000001

Color Harmonies of #E68D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D65

Black with #E68D65

Text Example


Text Example

White with #E68D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D65; }

 p { color: rgb(230,141,101); }

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

background-color css

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

 a { background-color: rgb(230,141,101); }

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

border-color css

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

 span { border-color: rgb(230,141,101); }

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