Html Css Color HEX #E2855F Copper

📋 copy color: '#E2855F'

red 226 ◦ green 133 ◦ blue 95

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

Shades of Copper #E2855F

Tints of Copper #E2855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.3%

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

R = 49.78%
G = 29.3%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2855F (or 0xE2855F) is known color: Copper. HEX triplet: E2, 85 and 5F. RGB value is (226,133,95). Sum of RGB (Red+Green+Blue) = 226+133+95=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2855F is #1D7AA0. Grayscale: #9C9C9C. Windows color (decimal): -1931937 or 6260194. OLE color: 6260194.

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

Color convert

RGB 226 133 95 -
CMYK 0 0.41 0.58 0.11
HSL 17.4º 0.69% 0.63% -
HSV(B) 17.4º 0.58% 0.89% -
XYZ 41.82 33.77 15.14 -
YUV 156.48 93.31 177.59 -
System Red Green Blue C M Y K H S L
Decimal 226 133 95 0 0.41 0.58 0.11 17.4 0.69 0.63
Hex E2 85 5F 0 29 3A B 11 45 3F
Octal 342 205 137 0 51 72 13 21 105 77
Binary 11100010 10000101 1011111 0 101001 111010 1011 10001 1000101 111111

Color Harmonies of #E2855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2855F

Black with #E2855F

Text Example


Text Example

White with #E2855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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