Html Css Color HEX #E28E64 Copper

📋 copy color: '#E28E64'

red 226 ◦ green 142 ◦ blue 100

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

Shades of Copper #E28E64

Tints of Copper #E28E64

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.34%

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

R = 48.29%
G = 30.34%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E28E64 (or 0xE28E64) is known color: Copper. HEX triplet: E2, 8E and 64. RGB value is (226,142,100). Sum of RGB (Red+Green+Blue) = 226+142+100=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E64 is #1D719B. Grayscale: #A2A2A2. Windows color (decimal): -1929628 or 6590178. OLE color: 6590178.

HSL color Cylindrical-coordinate representation of color #E28E64: hue angle of 20º 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 #E28E64 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 142 100 -
CMYK 0 0.37 0.56 0.11
HSL 20º 0.68% 0.64% -
HSV(B) 20º 0.56% 0.89% -
XYZ 43.34 36.43 16.81 -
YUV 162.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 226 142 100 0 0.37 0.56 0.11 20 0.68 0.64
Hex E2 8E 64 0 25 38 B 14 44 40
Octal 342 216 144 0 45 70 13 24 104 100
Binary 11100010 10001110 1100100 0 100101 111000 1011 10100 1000100 1000000

Color Harmonies of #E28E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28E64

Black with #E28E64

Text Example


Text Example

White with #E28E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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