Html Css Color HEX #E49869 Copper

📋 copy color: '#E49869'

red 228 ◦ green 152 ◦ blue 105

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

Shades of Copper #E49869

Tints of Copper #E49869

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.34%

 BLUE value IS 105 (41.41% from 255) = 21.65%

R = 47.01%
G = 31.34%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E49869 (or 0xE49869) is known color: Copper. HEX triplet: E4, 98 and 69. RGB value is (228,152,105). Sum of RGB (Red+Green+Blue) = 228+152+105=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E49869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49869 is #1B6796. Grayscale: #A9A9A9. Windows color (decimal): -1795991 or 6920420. OLE color: 6920420.

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

Color convert

RGB 228 152 105 -
CMYK 0 0.33 0.54 0.11
HSL 22.93º 0.69% 0.65% -
HSV(B) 22.93º 0.54% 0.89% -
XYZ 45.77 39.97 18.67 -
YUV 169.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 228 152 105 0 0.33 0.54 0.11 22.93 0.69 0.65
Hex E4 98 69 0 21 36 B 17 45 41
Octal 344 230 151 0 41 66 13 27 105 101
Binary 11100100 10011000 1101001 0 100001 110110 1011 10111 1000101 1000001

Color Harmonies of #E49869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49869

Black with #E49869

Text Example


Text Example

White with #E49869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49869; }

 p { color: rgb(228,152,105); }

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

background-color css

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

 a { background-color: rgb(228,152,105); }

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

border-color css

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

 span { border-color: rgb(228,152,105); }

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