Html Css Color HEX #E2845F Copper

📋 copy color: '#E2845F'

red 226 ◦ green 132 ◦ blue 95

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

Shades of Copper #E2845F

Tints of Copper #E2845F

RGB

 RED value IS 226 (88.67% from 255) = 49.89%

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

 BLUE value IS 95 (37.5% from 255) = 20.97%

R = 49.89%
G = 29.14%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2845F (or 0xE2845F) is known color: Copper. HEX triplet: E2, 84 and 5F. RGB value is (226,132,95). Sum of RGB (Red+Green+Blue) = 226+132+95=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2845F is #1D7BA0. Grayscale: #9C9C9C. Windows color (decimal): -1932193 or 6259938. OLE color: 6259938.

HSL color Cylindrical-coordinate representation of color #E2845F: hue angle of 16.95º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2845F is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 132 95 -
CMYK 0 0.42 0.58 0.11
HSL 16.95º 0.69% 0.63% -
HSV(B) 16.95º 0.58% 0.89% -
XYZ 41.68 33.5 15.1 -
YUV 155.89 93.64 178.01 -
System Red Green Blue C M Y K H S L
Decimal 226 132 95 0 0.42 0.58 0.11 16.95 0.69 0.63
Hex E2 84 5F 0 2A 3A B 11 45 3F
Octal 342 204 137 0 52 72 13 21 105 77
Binary 11100010 10000100 1011111 0 101010 111010 1011 10001 1000101 111111

Color Harmonies of #E2845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2845F

Black with #E2845F

Text Example


Text Example

White with #E2845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2845F; }

 p { color: rgb(226,132,95); }

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

background-color css

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

 a { background-color: rgb(226,132,95); }

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

border-color css

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

 span { border-color: rgb(226,132,95); }

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