Html Css Color HEX #E19464 Copper

📋 copy color: '#E19464'

red 225 ◦ green 148 ◦ blue 100

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

Shades of Copper #E19464

Tints of Copper #E19464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.29%

 BLUE value IS 100 (39.45% from 255) = 21.14%

R = 47.57%
G = 31.29%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E19464 (or 0xE19464) is known color: Copper. HEX triplet: E1, 94 and 64. RGB value is (225,148,100). Sum of RGB (Red+Green+Blue) = 225+148+100=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E19464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19464 is #1E6B9B. Grayscale: #A5A5A5. Windows color (decimal): -1993628 or 6591713. OLE color: 6591713.

HSL color Cylindrical-coordinate representation of color #E19464: hue angle of 23.04º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E19464 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 148 100 -
CMYK 0 0.34 0.56 0.12
HSL 23.04º 0.68% 0.64% -
HSV(B) 23.04º 0.56% 0.88% -
XYZ 43.94 38.11 17.1 -
YUV 165.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 225 148 100 0 0.34 0.56 0.12 23.04 0.68 0.64
Hex E1 94 64 0 22 38 C 17 44 40
Octal 341 224 144 0 42 70 14 27 104 100
Binary 11100001 10010100 1100100 0 100010 111000 1100 10111 1000100 1000000

Color Harmonies of #E19464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19464

Black with #E19464

Text Example


Text Example

White with #E19464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19464; }

 p { color: rgb(225,148,100); }

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

background-color css

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

 a { background-color: rgb(225,148,100); }

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

border-color css

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

 span { border-color: rgb(225,148,100); }

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