Html Css Color HEX #E1845A Copper

📋 copy color: '#E1845A'

red 225 ◦ green 132 ◦ blue 90

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

Shades of Copper #E1845A

Tints of Copper #E1845A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.13%

R = 50.34%
G = 29.53%
B = 20.13%

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

#E1845A (or 0xE1845A) is known color: Copper. HEX triplet: E1, 84 and 5A. RGB value is (225,132,90). Sum of RGB (Red+Green+Blue) = 225+132+90=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1845A is #1E7BA5. Grayscale: #9B9B9B. Windows color (decimal): -1997734 or 5932257. OLE color: 5932257.

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

Color convert

RGB 225 132 90 -
CMYK 0 0.41 0.60 0.12
HSL 18.67º 0.69% 0.62% -
HSV(B) 18.67º 0.6% 0.88% -
XYZ 41.15 33.25 13.92 -
YUV 155.02 91.31 177.92 -
System Red Green Blue C M Y K H S L
Decimal 225 132 90 0 0.41 0.60 0.12 18.67 0.69 0.62
Hex E1 84 5A 0 29 3C C 13 45 3E
Octal 341 204 132 0 51 74 14 23 105 76
Binary 11100001 10000100 1011010 0 101001 111100 1100 10011 1000101 111110

Color Harmonies of #E1845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1845A

Black with #E1845A

Text Example


Text Example

White with #E1845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1845A; }

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

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

background-color css

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

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

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

border-color css

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

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

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