Html Css Color HEX #E18366 Copper

📋 copy color: '#E18366'

red 225 ◦ green 131 ◦ blue 102

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

Shades of Copper #E18366

Tints of Copper #E18366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.27%

R = 49.13%
G = 28.6%
B = 22.27%

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

#E18366 (or 0xE18366) is known color: Copper. HEX triplet: E1, 83 and 66. RGB value is (225,131,102). Sum of RGB (Red+Green+Blue) = 225+131+102=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E18366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18366 is #1E7C99. Grayscale: #9C9C9C. Windows color (decimal): -1997978 or 6718433. OLE color: 6718433.

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

Color convert

RGB 225 131 102 -
CMYK 0 0.42 0.55 0.12
HSL 14.15º 0.67% 0.64% -
HSV(B) 14.15º 0.55% 0.88% -
XYZ 41.57 33.2 16.79 -
YUV 155.8 97.64 177.36 -
System Red Green Blue C M Y K H S L
Decimal 225 131 102 0 0.42 0.55 0.12 14.15 0.67 0.64
Hex E1 83 66 0 2A 37 C E 43 40
Octal 341 203 146 0 52 67 14 16 103 100
Binary 11100001 10000011 1100110 0 101010 110111 1100 1110 1000011 1000000

Color Harmonies of #E18366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18366

Black with #E18366

Text Example


Text Example

White with #E18366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18366; }

 p { color: rgb(225,131,102); }

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

background-color css

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

 a { background-color: rgb(225,131,102); }

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

border-color css

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

 span { border-color: rgb(225,131,102); }

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