Html Css Color HEX #E2805F Copper

📋 copy color: '#E2805F'

red 226 ◦ green 128 ◦ blue 95

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

Shades of Copper #E2805F

Tints of Copper #E2805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.51%

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

R = 50.33%
G = 28.51%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2805F (or 0xE2805F) is known color: Copper. HEX triplet: E2, 80 and 5F. RGB value is (226,128,95). Sum of RGB (Red+Green+Blue) = 226+128+95=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E2805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2805F is #1D7FA0. Grayscale: #999999. Windows color (decimal): -1933217 or 6258914. OLE color: 6258914.

HSL color Cylindrical-coordinate representation of color #E2805F: hue angle of 15.11º 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 #E2805F is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 128 95 -
CMYK 0 0.43 0.58 0.11
HSL 15.11º 0.69% 0.63% -
HSV(B) 15.11º 0.58% 0.89% -
XYZ 41.15 32.43 14.92 -
YUV 153.54 94.97 179.68 -
System Red Green Blue C M Y K H S L
Decimal 226 128 95 0 0.43 0.58 0.11 15.11 0.69 0.63
Hex E2 80 5F 0 2B 3A B F 45 3F
Octal 342 200 137 0 53 72 13 17 105 77
Binary 11100010 10000000 1011111 0 101011 111010 1011 1111 1000101 111111

Color Harmonies of #E2805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2805F

Black with #E2805F

Text Example


Text Example

White with #E2805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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