Html Css Color HEX #E49268 Copper

📋 copy color: '#E49268'

red 228 ◦ green 146 ◦ blue 104

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

Shades of Copper #E49268

Tints of Copper #E49268

RGB

 RED value IS 228 (89.45% from 255) = 47.7%

 GREEN value IS 146 (57.42% from 255) = 30.54%

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

R = 47.7%
G = 30.54%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E49268 (or 0xE49268) is known color: Copper. HEX triplet: E4, 92 and 68. RGB value is (228,146,104). Sum of RGB (Red+Green+Blue) = 228+146+104=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E49268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49268 is #1B6D97. Grayscale: #A5A5A5. Windows color (decimal): -1797528 or 6853348. OLE color: 6853348.

HSL color Cylindrical-coordinate representation of color #E49268: hue angle of 20.32º degrees, saturation: 0.7, 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 #E49268 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 146 104 -
CMYK 0 0.36 0.54 0.11
HSL 20.32º 0.7% 0.65% -
HSV(B) 20.32º 0.54% 0.89% -
XYZ 44.77 38.05 18.08 -
YUV 165.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 228 146 104 0 0.36 0.54 0.11 20.32 0.7 0.65
Hex E4 92 68 0 24 36 B 14 46 41
Octal 344 222 150 0 44 66 13 24 106 101
Binary 11100100 10010010 1101000 0 100100 110110 1011 10100 1000110 1000001

Color Harmonies of #E49268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49268

Black with #E49268

Text Example


Text Example

White with #E49268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49268; }

 p { color: rgb(228,146,104); }

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

background-color css

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

 a { background-color: rgb(228,146,104); }

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

border-color css

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

 span { border-color: rgb(228,146,104); }

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