Html Css Color HEX #E1845B Copper

📋 copy color: '#E1845B'

red 225 ◦ green 132 ◦ blue 91

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

Shades of Copper #E1845B

Tints of Copper #E1845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.46%

 BLUE value IS 91 (35.94% from 255) = 20.31%

R = 50.22%
G = 29.46%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1845B (or 0xE1845B) is known color: Copper. HEX triplet: E1, 84 and 5B. RGB value is (225,132,91). Sum of RGB (Red+Green+Blue) = 225+132+91=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1845B is #1E7BA4. Grayscale: #9B9B9B. Windows color (decimal): -1997733 or 5997793. OLE color: 5997793.

HSL color Cylindrical-coordinate representation of color #E1845B: hue angle of 18.36º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1845B is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 132 91 -
CMYK 0 0.41 0.60 0.12
HSL 18.36º 0.69% 0.62% -
HSV(B) 18.36º 0.6% 0.88% -
XYZ 41.19 33.27 14.15 -
YUV 155.13 91.81 177.83 -
System Red Green Blue C M Y K H S L
Decimal 225 132 91 0 0.41 0.60 0.12 18.36 0.69 0.62
Hex E1 84 5B 0 29 3C C 12 45 3E
Octal 341 204 133 0 51 74 14 22 105 76
Binary 11100001 10000100 1011011 0 101001 111100 1100 10010 1000101 111110

Color Harmonies of #E1845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1845B

Black with #E1845B

Text Example


Text Example

White with #E1845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1845B; }

 p { color: rgb(225,132,91); }

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

background-color css

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

 a { background-color: rgb(225,132,91); }

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

border-color css

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

 span { border-color: rgb(225,132,91); }

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