Html Css Color HEX #E18265 Copper

📋 copy color: '#E18265'

red 225 ◦ green 130 ◦ blue 101

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

Shades of Copper #E18265

Tints of Copper #E18265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.51%

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

R = 49.34%
G = 28.51%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E18265 (or 0xE18265) is known color: Copper. HEX triplet: E1, 82 and 65. RGB value is (225,130,101). Sum of RGB (Red+Green+Blue) = 225+130+101=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E18265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18265 is #1E7D9A. Grayscale: #9B9B9B. Windows color (decimal): -1998235 or 6652641. OLE color: 6652641.

HSL color Cylindrical-coordinate representation of color #E18265: hue angle of 14.03º 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 #E18265 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 101 -
CMYK 0 0.42 0.55 0.12
HSL 14.03º 0.67% 0.64% -
HSV(B) 14.03º 0.55% 0.88% -
XYZ 41.38 32.91 16.48 -
YUV 155.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 225 130 101 0 0.42 0.55 0.12 14.03 0.67 0.64
Hex E1 82 65 0 2A 37 C E 43 40
Octal 341 202 145 0 52 67 14 16 103 100
Binary 11100001 10000010 1100101 0 101010 110111 1100 1110 1000011 1000000

Color Harmonies of #E18265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18265

Black with #E18265

Text Example


Text Example

White with #E18265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18265; }

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

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

background-color css

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

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

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

border-color css

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

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

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