Html Css Color HEX #E68365 Copper

📋 copy color: '#E68365'

red 230 ◦ green 131 ◦ blue 101

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

Shades of Copper #E68365

Tints of Copper #E68365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.35%

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

R = 49.78%
G = 28.35%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E68365 (or 0xE68365) is known color: Copper. HEX triplet: E6, 83 and 65. RGB value is (230,131,101). Sum of RGB (Red+Green+Blue) = 230+131+101=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E68365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68365 is #197C9A. Grayscale: #9D9D9D. Windows color (decimal): -1670299 or 6652902. OLE color: 6652902.

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

Color convert

RGB 230 131 101 -
CMYK 0 0.43 0.56 0.10
HSL 13.95º 0.72% 0.65% -
HSV(B) 13.95º 0.56% 0.9% -
XYZ 43.1 34 16.6 -
YUV 157.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 230 131 101 0 0.43 0.56 0.10 13.95 0.72 0.65
Hex E6 83 65 0 2B 38 A E 48 41
Octal 346 203 145 0 53 70 12 16 110 101
Binary 11100110 10000011 1100101 0 101011 111000 1010 1110 1001000 1000001

Color Harmonies of #E68365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68365

Black with #E68365

Text Example


Text Example

White with #E68365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68365; }

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

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

background-color css

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

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

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

border-color css

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

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

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