Html Css Color HEX #E1966D Copper

📋 copy color: '#E1966D'

red 225 ◦ green 150 ◦ blue 109

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

Shades of Copper #E1966D

Tints of Copper #E1966D

RGB

 RED value IS 225 (88.28% from 255) = 46.49%

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

 BLUE value IS 109 (42.97% from 255) = 22.52%

R = 46.49%
G = 30.99%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1966D (or 0xE1966D) is known color: Copper. HEX triplet: E1, 96 and 6D. RGB value is (225,150,109). Sum of RGB (Red+Green+Blue) = 225+150+109=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1966D is #1E6992. Grayscale: #A7A7A7. Windows color (decimal): -1993107 or 7182049. OLE color: 7182049.

HSL color Cylindrical-coordinate representation of color #E1966D: hue angle of 21.21º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1966D is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 150 109 -
CMYK 0 0.33 0.52 0.12
HSL 21.21º 0.66% 0.65% -
HSV(B) 21.21º 0.52% 0.88% -
XYZ 44.72 38.92 19.62 -
YUV 167.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 225 150 109 0 0.33 0.52 0.12 21.21 0.66 0.65
Hex E1 96 6D 0 21 34 C 15 42 41
Octal 341 226 155 0 41 64 14 25 102 101
Binary 11100001 10010110 1101101 0 100001 110100 1100 10101 1000010 1000001

Color Harmonies of #E1966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1966D

Black with #E1966D

Text Example


Text Example

White with #E1966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1966D; }

 p { color: rgb(225,150,109); }

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

background-color css

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

 a { background-color: rgb(225,150,109); }

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

border-color css

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

 span { border-color: rgb(225,150,109); }

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