Html Css Color HEX #E5875F Copper

📋 copy color: '#E5875F'

red 229 ◦ green 135 ◦ blue 95

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

Shades of Copper #E5875F

Tints of Copper #E5875F

RGB

 RED value IS 229 (89.84% from 255) = 49.89%

 GREEN value IS 135 (53.13% from 255) = 29.41%

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

R = 49.89%
G = 29.41%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5875F (or 0xE5875F) is known color: Copper. HEX triplet: E5, 87 and 5F. RGB value is (229,135,95). Sum of RGB (Red+Green+Blue) = 229+135+95=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E5875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5875F is #1A78A0. Grayscale: #9E9E9E. Windows color (decimal): -1734817 or 6260709. OLE color: 6260709.

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

Color convert

RGB 229 135 95 -
CMYK 0 0.41 0.59 0.10
HSL 17.91º 0.72% 0.64% -
HSV(B) 17.91º 0.59% 0.9% -
XYZ 43.04 34.81 15.28 -
YUV 158.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 229 135 95 0 0.41 0.59 0.10 17.91 0.72 0.64
Hex E5 87 5F 0 29 3B A 12 48 40
Octal 345 207 137 0 51 73 12 22 110 100
Binary 11100101 10000111 1011111 0 101001 111011 1010 10010 1001000 1000000

Color Harmonies of #E5875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5875F

Black with #E5875F

Text Example


Text Example

White with #E5875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5875F; }

 p { color: rgb(229,135,95); }

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

background-color css

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

 a { background-color: rgb(229,135,95); }

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

border-color css

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

 span { border-color: rgb(229,135,95); }

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