Html Css Color HEX #E5986A Copper

📋 copy color: '#E5986A'

red 229 ◦ green 152 ◦ blue 106

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

Shades of Copper #E5986A

Tints of Copper #E5986A

RGB

 RED value IS 229 (89.84% from 255) = 47.02%

 GREEN value IS 152 (59.77% from 255) = 31.21%

 BLUE value IS 106 (41.8% from 255) = 21.77%

R = 47.02%
G = 31.21%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5986A (or 0xE5986A) is known color: Copper. HEX triplet: E5, 98 and 6A. RGB value is (229,152,106). Sum of RGB (Red+Green+Blue) = 229+152+106=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5986A is #1A6795. Grayscale: #AAAAAA. Windows color (decimal): -1730454 or 6985957. OLE color: 6985957.

HSL color Cylindrical-coordinate representation of color #E5986A: hue angle of 22.44º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5986A is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 152 106 -
CMYK 0 0.34 0.54 0.10
HSL 22.44º 0.7% 0.66% -
HSV(B) 22.44º 0.54% 0.9% -
XYZ 46.14 40.16 18.95 -
YUV 169.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 229 152 106 0 0.34 0.54 0.10 22.44 0.7 0.66
Hex E5 98 6A 0 22 36 A 16 46 42
Octal 345 230 152 0 42 66 12 26 106 102
Binary 11100101 10011000 1101010 0 100010 110110 1010 10110 1000110 1000010

Color Harmonies of #E5986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5986A

Black with #E5986A

Text Example


Text Example

White with #E5986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5986A; }

 p { color: rgb(229,152,106); }

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

background-color css

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

 a { background-color: rgb(229,152,106); }

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

border-color css

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

 span { border-color: rgb(229,152,106); }

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