Html Css Color HEX #E08556 Copper

📋 copy color: '#E08556'

red 224 ◦ green 133 ◦ blue 86

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

Shades of Copper #E08556

Tints of Copper #E08556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.41%

R = 50.56%
G = 30.02%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E08556 (or 0xE08556) is known color: Copper. HEX triplet: E0, 85 and 56. RGB value is (224,133,86). Sum of RGB (Red+Green+Blue) = 224+133+86=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E08556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08556 is #1F7AA9. Grayscale: #9B9B9B. Windows color (decimal): -2063018 or 5670368. OLE color: 5670368.

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

Color convert

RGB 224 133 86 -
CMYK 0 0.41 0.62 0.12
HSL 20.43º 0.69% 0.61% -
HSV(B) 20.43º 0.62% 0.88% -
XYZ 40.81 33.29 13.08 -
YUV 154.85 89.15 177.32 -
System Red Green Blue C M Y K H S L
Decimal 224 133 86 0 0.41 0.62 0.12 20.43 0.69 0.61
Hex E0 85 56 0 29 3E C 14 45 3D
Octal 340 205 126 0 51 76 14 24 105 75
Binary 11100000 10000101 1010110 0 101001 111110 1100 10100 1000101 111101

Color Harmonies of #E08556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08556

Black with #E08556

Text Example


Text Example

White with #E08556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08556; }

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

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

background-color css

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

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

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

border-color css

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

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

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