Html Css Color HEX #E28964 Copper

📋 copy color: '#E28964'

red 226 ◦ green 137 ◦ blue 100

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

Shades of Copper #E28964

Tints of Copper #E28964

RGB

 RED value IS 226 (88.67% from 255) = 48.81%

 GREEN value IS 137 (53.91% from 255) = 29.59%

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

R = 48.81%
G = 29.59%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E28964 (or 0xE28964) is known color: Copper. HEX triplet: E2, 89 and 64. RGB value is (226,137,100). Sum of RGB (Red+Green+Blue) = 226+137+100=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E28964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28964 is #1D769B. Grayscale: #9F9F9F. Windows color (decimal): -1930908 or 6588898. OLE color: 6588898.

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

Color convert

RGB 226 137 100 -
CMYK 0 0.39 0.56 0.11
HSL 17.62º 0.68% 0.64% -
HSV(B) 17.62º 0.56% 0.89% -
XYZ 42.61 34.98 16.56 -
YUV 159.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 226 137 100 0 0.39 0.56 0.11 17.62 0.68 0.64
Hex E2 89 64 0 27 38 B 12 44 40
Octal 342 211 144 0 47 70 13 22 104 100
Binary 11100010 10001001 1100100 0 100111 111000 1011 10010 1000100 1000000

Color Harmonies of #E28964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28964

Black with #E28964

Text Example


Text Example

White with #E28964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28964; }

 p { color: rgb(226,137,100); }

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

background-color css

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

 a { background-color: rgb(226,137,100); }

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

border-color css

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

 span { border-color: rgb(226,137,100); }

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