Html Css Color HEX #E2855B Copper

📋 copy color: '#E2855B'

red 226 ◦ green 133 ◦ blue 91

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

Shades of Copper #E2855B

Tints of Copper #E2855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.22%

R = 50.22%
G = 29.56%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2855B (or 0xE2855B) is known color: Copper. HEX triplet: E2, 85 and 5B. RGB value is (226,133,91). Sum of RGB (Red+Green+Blue) = 226+133+91=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2855B is #1D7AA4. Grayscale: #9C9C9C. Windows color (decimal): -1931941 or 5998050. OLE color: 5998050.

HSL color Cylindrical-coordinate representation of color #E2855B: hue angle of 18.67º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2855B is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 133 91 -
CMYK 0 0.41 0.60 0.11
HSL 18.67º 0.7% 0.62% -
HSV(B) 18.67º 0.6% 0.89% -
XYZ 41.64 33.7 14.21 -
YUV 156.02 91.31 177.92 -
System Red Green Blue C M Y K H S L
Decimal 226 133 91 0 0.41 0.60 0.11 18.67 0.7 0.62
Hex E2 85 5B 0 29 3C B 13 46 3E
Octal 342 205 133 0 51 74 13 23 106 76
Binary 11100010 10000101 1011011 0 101001 111100 1011 10011 1000110 111110

Color Harmonies of #E2855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2855B

Black with #E2855B

Text Example


Text Example

White with #E2855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2855B; }

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

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

background-color css

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

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

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

border-color css

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

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

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