Html Css Color HEX #E5966A Copper

📋 copy color: '#E5966A'

red 229 ◦ green 150 ◦ blue 106

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

Shades of Copper #E5966A

Tints of Copper #E5966A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.93%

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

R = 47.22%
G = 30.93%
B = 21.86%

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

#E5966A (or 0xE5966A) is known color: Copper. HEX triplet: E5, 96 and 6A. RGB value is (229,150,106). Sum of RGB (Red+Green+Blue) = 229+150+106=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5966A is #1A6995. Grayscale: #A8A8A8. Windows color (decimal): -1730966 or 6985445. OLE color: 6985445.

HSL color Cylindrical-coordinate representation of color #E5966A: hue angle of 21.46º 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 #E5966A is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 150 106 -
CMYK 0 0.34 0.54 0.10
HSL 21.46º 0.7% 0.66% -
HSV(B) 21.46º 0.54% 0.9% -
XYZ 45.82 39.51 18.85 -
YUV 168.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 229 150 106 0 0.34 0.54 0.10 21.46 0.7 0.66
Hex E5 96 6A 0 22 36 A 15 46 42
Octal 345 226 152 0 42 66 12 25 106 102
Binary 11100101 10010110 1101010 0 100010 110110 1010 10101 1000110 1000010

Color Harmonies of #E5966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5966A

Black with #E5966A

Text Example


Text Example

White with #E5966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5966A; }

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

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

background-color css

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

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

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

border-color css

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

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

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