Html Css Color HEX #E68965 Copper

📋 copy color: '#E68965'

red 230 ◦ green 137 ◦ blue 101

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

Shades of Copper #E68965

Tints of Copper #E68965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.27%

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

R = 49.15%
G = 29.27%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E68965 (or 0xE68965) is known color: Copper. HEX triplet: E6, 89 and 65. RGB value is (230,137,101). Sum of RGB (Red+Green+Blue) = 230+137+101=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E68965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68965 is #19769A. Grayscale: #A0A0A0. Windows color (decimal): -1668763 or 6654438. OLE color: 6654438.

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

Color convert

RGB 230 137 101 -
CMYK 0 0.40 0.56 0.10
HSL 16.74º 0.72% 0.65% -
HSV(B) 16.74º 0.56% 0.9% -
XYZ 43.93 35.65 16.88 -
YUV 160.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 230 137 101 0 0.40 0.56 0.10 16.74 0.72 0.65
Hex E6 89 65 0 28 38 A 11 48 41
Octal 346 211 145 0 50 70 12 21 110 101
Binary 11100110 10001001 1100101 0 101000 111000 1010 10001 1001000 1000001

Color Harmonies of #E68965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68965

Black with #E68965

Text Example


Text Example

White with #E68965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68965; }

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

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

background-color css

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

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

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

border-color css

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

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

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