Html Css Color HEX #E68A65 Copper

📋 copy color: '#E68A65'

red 230 ◦ green 138 ◦ blue 101

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

Shades of Copper #E68A65

Tints of Copper #E68A65

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.42%

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

R = 49.04%
G = 29.42%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E68A65 (or 0xE68A65) is known color: Copper. HEX triplet: E6, 8A and 65. RGB value is (230,138,101). Sum of RGB (Red+Green+Blue) = 230+138+101=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A65 is #19759A. Grayscale: #A1A1A1. Windows color (decimal): -1668507 or 6654694. OLE color: 6654694.

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

Color convert

RGB 230 138 101 -
CMYK 0 0.4 0.56 0.10
HSL 17.21º 0.72% 0.65% -
HSV(B) 17.21º 0.56% 0.9% -
XYZ 44.07 35.94 16.93 -
YUV 161.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 230 138 101 0 0.4 0.56 0.10 17.21 0.72 0.65
Hex E6 8A 65 0 28 38 A 11 48 41
Octal 346 212 145 0 50 70 12 21 110 101
Binary 11100110 10001010 1100101 0 101000 111000 1010 10001 1001000 1000001

Color Harmonies of #E68A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A65

Black with #E68A65

Text Example


Text Example

White with #E68A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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