Html Css Color HEX #E0966C Copper

📋 copy color: '#E0966C'

red 224 ◦ green 150 ◦ blue 108

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

Shades of Copper #E0966C

Tints of Copper #E0966C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.41%

R = 46.47%
G = 31.12%
B = 22.41%

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

#E0966C (or 0xE0966C) is known color: Copper. HEX triplet: E0, 96 and 6C. RGB value is (224,150,108). Sum of RGB (Red+Green+Blue) = 224+150+108=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0966C is #1F6993. Grayscale: #A7A7A7. Windows color (decimal): -2058644 or 7116512. OLE color: 7116512.

HSL color Cylindrical-coordinate representation of color #E0966C: hue angle of 21.72º degrees, saturation: 0.65, 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 #E0966C is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 150 108 -
CMYK 0 0.33 0.52 0.12
HSL 21.72º 0.65% 0.65% -
HSV(B) 21.72º 0.52% 0.88% -
XYZ 44.35 38.74 19.33 -
YUV 167.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 224 150 108 0 0.33 0.52 0.12 21.72 0.65 0.65
Hex E0 96 6C 0 21 34 C 16 41 41
Octal 340 226 154 0 41 64 14 26 101 101
Binary 11100000 10010110 1101100 0 100001 110100 1100 10110 1000001 1000001

Color Harmonies of #E0966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0966C

Black with #E0966C

Text Example


Text Example

White with #E0966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0966C; }

 p { color: rgb(224,150,108); }

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

background-color css

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

 a { background-color: rgb(224,150,108); }

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

border-color css

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

 span { border-color: rgb(224,150,108); }

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