Html Css Color HEX #E4885F Copper

📋 copy color: '#E4885F'

red 228 ◦ green 136 ◦ blue 95

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

Shades of Copper #E4885F

Tints of Copper #E4885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.63%

 BLUE value IS 95 (37.5% from 255) = 20.7%

R = 49.67%
G = 29.63%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E4885F (or 0xE4885F) is known color: Copper. HEX triplet: E4, 88 and 5F. RGB value is (228,136,95). Sum of RGB (Red+Green+Blue) = 228+136+95=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E4885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4885F is #1B77A0. Grayscale: #9F9F9F. Windows color (decimal): -1800097 or 6260964. OLE color: 6260964.

HSL color Cylindrical-coordinate representation of color #E4885F: hue angle of 18.5º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E4885F is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 136 95 -
CMYK 0 0.40 0.58 0.11
HSL 18.5º 0.71% 0.63% -
HSV(B) 18.5º 0.58% 0.89% -
XYZ 42.86 34.93 15.31 -
YUV 158.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 228 136 95 0 0.40 0.58 0.11 18.5 0.71 0.63
Hex E4 88 5F 0 28 3A B 12 47 3F
Octal 344 210 137 0 50 72 13 22 107 77
Binary 11100100 10001000 1011111 0 101000 111010 1011 10010 1000111 111111

Color Harmonies of #E4885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4885F

Black with #E4885F

Text Example


Text Example

White with #E4885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4885F; }

 p { color: rgb(228,136,95); }

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

background-color css

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

 a { background-color: rgb(228,136,95); }

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

border-color css

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

 span { border-color: rgb(228,136,95); }

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