Html Css Color HEX #E28468 Copper

📋 copy color: '#E28468'

red 226 ◦ green 132 ◦ blue 104

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

Shades of Copper #E28468

Tints of Copper #E28468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.57%

 BLUE value IS 104 (41.02% from 255) = 22.51%

R = 48.92%
G = 28.57%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E28468 (or 0xE28468) is known color: Copper. HEX triplet: E2, 84 and 68. RGB value is (226,132,104). Sum of RGB (Red+Green+Blue) = 226+132+104=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E28468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28468 is #1D7B97. Grayscale: #9D9D9D. Windows color (decimal): -1932184 or 6849762. OLE color: 6849762.

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

Color convert

RGB 226 132 104 -
CMYK 0 0.42 0.54 0.11
HSL 13.77º 0.68% 0.65% -
HSV(B) 13.77º 0.54% 0.89% -
XYZ 42.11 33.67 17.38 -
YUV 156.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 226 132 104 0 0.42 0.54 0.11 13.77 0.68 0.65
Hex E2 84 68 0 2A 36 B E 44 41
Octal 342 204 150 0 52 66 13 16 104 101
Binary 11100010 10000100 1101000 0 101010 110110 1011 1110 1000100 1000001

Color Harmonies of #E28468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28468

Black with #E28468

Text Example


Text Example

White with #E28468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28468; }

 p { color: rgb(226,132,104); }

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

background-color css

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

 a { background-color: rgb(226,132,104); }

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

border-color css

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

 span { border-color: rgb(226,132,104); }

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