Html Css Color HEX #E79464 Copper

📋 copy color: '#E79464'

red 231 ◦ green 148 ◦ blue 100

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

Shades of Copper #E79464

Tints of Copper #E79464

RGB

 RED value IS 231 (90.63% from 255) = 48.23%

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

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

R = 48.23%
G = 30.9%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E79464 (or 0xE79464) is known color: Copper. HEX triplet: E7, 94 and 64. RGB value is (231,148,100). Sum of RGB (Red+Green+Blue) = 231+148+100=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E79464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79464 is #186B9B. Grayscale: #A7A7A7. Windows color (decimal): -1600412 or 6591719. OLE color: 6591719.

HSL color Cylindrical-coordinate representation of color #E79464: hue angle of 21.98º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E79464 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 148 100 -
CMYK 0 0.36 0.57 0.09
HSL 21.98º 0.73% 0.65% -
HSV(B) 21.98º 0.57% 0.91% -
XYZ 45.85 39.09 17.19 -
YUV 167.35 90 173.4 -
System Red Green Blue C M Y K H S L
Decimal 231 148 100 0 0.36 0.57 0.09 21.98 0.73 0.65
Hex E7 94 64 0 24 39 9 16 49 41
Octal 347 224 144 0 44 71 11 26 111 101
Binary 11100111 10010100 1100100 0 100100 111001 1001 10110 1001001 1000001

Color Harmonies of #E79464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79464

Black with #E79464

Text Example


Text Example

White with #E79464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79464; }

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

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

background-color css

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

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

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

border-color css

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

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

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