Html Css Color HEX #E0855C Copper

📋 copy color: '#E0855C'

red 224 ◦ green 133 ◦ blue 92

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

Shades of Copper #E0855C

Tints of Copper #E0855C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.49%

R = 49.89%
G = 29.62%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0855C (or 0xE0855C) is known color: Copper. HEX triplet: E0, 85 and 5C. RGB value is (224,133,92). Sum of RGB (Red+Green+Blue) = 224+133+92=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0855C is #1F7AA3. Grayscale: #9B9B9B. Windows color (decimal): -2063012 or 6063584. OLE color: 6063584.

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

Color convert

RGB 224 133 92 -
CMYK 0 0.41 0.59 0.12
HSL 18.64º 0.68% 0.62% -
HSV(B) 18.64º 0.59% 0.88% -
XYZ 41.06 33.4 14.41 -
YUV 155.54 92.15 176.83 -
System Red Green Blue C M Y K H S L
Decimal 224 133 92 0 0.41 0.59 0.12 18.64 0.68 0.62
Hex E0 85 5C 0 29 3B C 13 44 3E
Octal 340 205 134 0 51 73 14 23 104 76
Binary 11100000 10000101 1011100 0 101001 111011 1100 10011 1000100 111110

Color Harmonies of #E0855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0855C

Black with #E0855C

Text Example


Text Example

White with #E0855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0855C; }

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

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

background-color css

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

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

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

border-color css

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

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

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