Html Css Color HEX #E2885F Copper

📋 copy color: '#E2885F'

red 226 ◦ green 136 ◦ blue 95

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

Shades of Copper #E2885F

Tints of Copper #E2885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.76%

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

R = 49.45%
G = 29.76%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2885F (or 0xE2885F) is known color: Copper. HEX triplet: E2, 88 and 5F. RGB value is (226,136,95). Sum of RGB (Red+Green+Blue) = 226+136+95=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E2885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2885F is #1D77A0. Grayscale: #9E9E9E. Windows color (decimal): -1931169 or 6260962. OLE color: 6260962.

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

Color convert

RGB 226 136 95 -
CMYK 0 0.40 0.58 0.11
HSL 18.78º 0.69% 0.63% -
HSV(B) 18.78º 0.58% 0.89% -
XYZ 42.23 34.6 15.28 -
YUV 158.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 226 136 95 0 0.40 0.58 0.11 18.78 0.69 0.63
Hex E2 88 5F 0 28 3A B 13 45 3F
Octal 342 210 137 0 50 72 13 23 105 77
Binary 11100010 10001000 1011111 0 101000 111010 1011 10011 1000101 111111

Color Harmonies of #E2885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2885F

Black with #E2885F

Text Example


Text Example

White with #E2885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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