Html Css Color HEX #E4865F Copper

📋 copy color: '#E4865F'

red 228 ◦ green 134 ◦ blue 95

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

Shades of Copper #E4865F

Tints of Copper #E4865F

RGB

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

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

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

R = 49.89%
G = 29.32%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E4865F (or 0xE4865F) is known color: Copper. HEX triplet: E4, 86 and 5F. RGB value is (228,134,95). Sum of RGB (Red+Green+Blue) = 228+134+95=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E4865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4865F is #1B79A0. Grayscale: #9D9D9D. Windows color (decimal): -1800609 or 6260452. OLE color: 6260452.

HSL color Cylindrical-coordinate representation of color #E4865F: hue angle of 17.59º 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 #E4865F is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 134 95 -
CMYK 0 0.41 0.58 0.11
HSL 17.59º 0.71% 0.63% -
HSV(B) 17.59º 0.58% 0.89% -
XYZ 42.59 34.37 15.22 -
YUV 157.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 228 134 95 0 0.41 0.58 0.11 17.59 0.71 0.63
Hex E4 86 5F 0 29 3A B 12 47 3F
Octal 344 206 137 0 51 72 13 22 107 77
Binary 11100100 10000110 1011111 0 101001 111010 1011 10010 1000111 111111

Color Harmonies of #E4865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4865F

Black with #E4865F

Text Example


Text Example

White with #E4865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4865F; }

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

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

background-color css

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

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

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

border-color css

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

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

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