Html Css Color HEX #E0855E Copper

📋 copy color: '#E0855E'

red 224 ◦ green 133 ◦ blue 94

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

Shades of Copper #E0855E

Tints of Copper #E0855E

RGB

 RED value IS 224 (87.89% from 255) = 49.67%

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

 BLUE value IS 94 (37.11% from 255) = 20.84%

R = 49.67%
G = 29.49%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0855E (or 0xE0855E) is known color: Copper. HEX triplet: E0, 85 and 5E. RGB value is (224,133,94). Sum of RGB (Red+Green+Blue) = 224+133+94=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0855E is #1F7AA1. Grayscale: #9C9C9C. Windows color (decimal): -2063010 or 6194656. OLE color: 6194656.

HSL color Cylindrical-coordinate representation of color #E0855E: hue angle of 18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0855E is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 133 94 -
CMYK 0 0.41 0.58 0.12
HSL 18º 0.68% 0.62% -
HSV(B) 18º 0.58% 0.88% -
XYZ 41.15 33.43 14.87 -
YUV 155.76 93.15 176.67 -
System Red Green Blue C M Y K H S L
Decimal 224 133 94 0 0.41 0.58 0.12 18 0.68 0.62
Hex E0 85 5E 0 29 3A C 12 44 3E
Octal 340 205 136 0 51 72 14 22 104 76
Binary 11100000 10000101 1011110 0 101001 111010 1100 10010 1000100 111110

Color Harmonies of #E0855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0855E

Black with #E0855E

Text Example


Text Example

White with #E0855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0855E; }

 p { color: rgb(224,133,94); }

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

background-color css

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

 a { background-color: rgb(224,133,94); }

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

border-color css

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

 span { border-color: rgb(224,133,94); }

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