Html Css Color HEX #E0996C Copper

📋 copy color: '#E0996C'

red 224 ◦ green 153 ◦ blue 108

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

Shades of Copper #E0996C

Tints of Copper #E0996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.55%

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

R = 46.19%
G = 31.55%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0996C (or 0xE0996C) is known color: Copper. HEX triplet: E0, 99 and 6C. RGB value is (224,153,108). Sum of RGB (Red+Green+Blue) = 224+153+108=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0996C is #1F6693. Grayscale: #A9A9A9. Windows color (decimal): -2057876 or 7117280. OLE color: 7117280.

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

Color convert

RGB 224 153 108 -
CMYK 0 0.32 0.52 0.12
HSL 23.28º 0.65% 0.65% -
HSV(B) 23.28º 0.52% 0.88% -
XYZ 44.84 39.71 19.49 -
YUV 169.1 93.52 167.16 -
System Red Green Blue C M Y K H S L
Decimal 224 153 108 0 0.32 0.52 0.12 23.28 0.65 0.65
Hex E0 99 6C 0 20 34 C 17 41 41
Octal 340 231 154 0 40 64 14 27 101 101
Binary 11100000 10011001 1101100 0 100000 110100 1100 10111 1000001 1000001

Color Harmonies of #E0996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0996C

Black with #E0996C

Text Example


Text Example

White with #E0996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0996C; }

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

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

background-color css

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

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

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

border-color css

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

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

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