Html Css Color HEX #E0855A Copper

📋 copy color: '#E0855A'

red 224 ◦ green 133 ◦ blue 90

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

Shades of Copper #E0855A

Tints of Copper #E0855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.13%

R = 50.11%
G = 29.75%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0855A (or 0xE0855A) is known color: Copper. HEX triplet: E0, 85 and 5A. RGB value is (224,133,90). Sum of RGB (Red+Green+Blue) = 224+133+90=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0855A is #1F7AA5. Grayscale: #9B9B9B. Windows color (decimal): -2063014 or 5932512. OLE color: 5932512.

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

Color convert

RGB 224 133 90 -
CMYK 0 0.41 0.60 0.12
HSL 19.25º 0.68% 0.62% -
HSV(B) 19.25º 0.6% 0.88% -
XYZ 40.97 33.36 13.95 -
YUV 155.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 224 133 90 0 0.41 0.60 0.12 19.25 0.68 0.62
Hex E0 85 5A 0 29 3C C 13 44 3E
Octal 340 205 132 0 51 74 14 23 104 76
Binary 11100000 10000101 1011010 0 101001 111100 1100 10011 1000100 111110

Color Harmonies of #E0855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0855A

Black with #E0855A

Text Example


Text Example

White with #E0855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0855A; }

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

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

background-color css

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

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

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

border-color css

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

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

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