Html Css Color HEX #E4865E Copper

📋 copy color: '#E4865E'

red 228 ◦ green 134 ◦ blue 94

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

Shades of Copper #E4865E

Tints of Copper #E4865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.39%

 BLUE value IS 94 (37.11% from 255) = 20.61%

R = 50%
G = 29.39%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E4865E (or 0xE4865E) is known color: Copper. HEX triplet: E4, 86 and 5E. RGB value is (228,134,94). Sum of RGB (Red+Green+Blue) = 228+134+94=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E4865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4865E is #1B79A1. Grayscale: #9D9D9D. Windows color (decimal): -1800610 or 6194916. OLE color: 6194916.

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

Color convert

RGB 228 134 94 -
CMYK 0 0.41 0.59 0.11
HSL 17.91º 0.71% 0.63% -
HSV(B) 17.91º 0.59% 0.89% -
XYZ 42.54 34.35 14.98 -
YUV 157.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 228 134 94 0 0.41 0.59 0.11 17.91 0.71 0.63
Hex E4 86 5E 0 29 3B B 12 47 3F
Octal 344 206 136 0 51 73 13 22 107 77
Binary 11100100 10000110 1011110 0 101001 111011 1011 10010 1000111 111111

Color Harmonies of #E4865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4865E

Black with #E4865E

Text Example


Text Example

White with #E4865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4865E; }

 p { color: rgb(228,134,94); }

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

background-color css

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

 a { background-color: rgb(228,134,94); }

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

border-color css

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

 span { border-color: rgb(228,134,94); }

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