Html Css Color HEX #E5915F Copper

📋 copy color: '#E5915F'

red 229 ◦ green 145 ◦ blue 95

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

Shades of Copper #E5915F

Tints of Copper #E5915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.92%

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

R = 48.83%
G = 30.92%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5915F (or 0xE5915F) is known color: Copper. HEX triplet: E5, 91 and 5F. RGB value is (229,145,95). Sum of RGB (Red+Green+Blue) = 229+145+95=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5915F is #1A6EA0. Grayscale: #A4A4A4. Windows color (decimal): -1732257 or 6263269. OLE color: 6263269.

HSL color Cylindrical-coordinate representation of color #E5915F: hue angle of 22.39º 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 #E5915F is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 145 95 -
CMYK 0 0.37 0.59 0.10
HSL 22.39º 0.72% 0.64% -
HSV(B) 22.39º 0.59% 0.9% -
XYZ 44.5 37.74 15.76 -
YUV 164.42 88.83 174.07 -
System Red Green Blue C M Y K H S L
Decimal 229 145 95 0 0.37 0.59 0.10 22.39 0.72 0.64
Hex E5 91 5F 0 25 3B A 16 48 40
Octal 345 221 137 0 45 73 12 26 110 100
Binary 11100101 10010001 1011111 0 100101 111011 1010 10110 1001000 1000000

Color Harmonies of #E5915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5915F

Black with #E5915F

Text Example


Text Example

White with #E5915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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