Html Css Color HEX #E18665 Copper

📋 copy color: '#E18665'

red 225 ◦ green 134 ◦ blue 101

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

Shades of Copper #E18665

Tints of Copper #E18665

RGB

 RED value IS 225 (88.28% from 255) = 48.91%

 GREEN value IS 134 (52.73% from 255) = 29.13%

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

R = 48.91%
G = 29.13%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E18665 (or 0xE18665) is known color: Copper. HEX triplet: E1, 86 and 65. RGB value is (225,134,101). Sum of RGB (Red+Green+Blue) = 225+134+101=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E18665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18665 is #1E799A. Grayscale: #9D9D9D. Windows color (decimal): -1997211 or 6653665. OLE color: 6653665.

HSL color Cylindrical-coordinate representation of color #E18665: hue angle of 15.97º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E18665 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 134 101 -
CMYK 0 0.40 0.55 0.12
HSL 15.97º 0.67% 0.64% -
HSV(B) 15.97º 0.55% 0.88% -
XYZ 41.93 34 16.66 -
YUV 157.45 96.15 176.18 -
System Red Green Blue C M Y K H S L
Decimal 225 134 101 0 0.40 0.55 0.12 15.97 0.67 0.64
Hex E1 86 65 0 28 37 C 10 43 40
Octal 341 206 145 0 50 67 14 20 103 100
Binary 11100001 10000110 1100101 0 101000 110111 1100 10000 1000011 1000000

Color Harmonies of #E18665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18665

Black with #E18665

Text Example


Text Example

White with #E18665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18665; }

 p { color: rgb(225,134,101); }

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

background-color css

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

 a { background-color: rgb(225,134,101); }

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

border-color css

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

 span { border-color: rgb(225,134,101); }

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