Html Css Color HEX #E8915F Copper

📋 copy color: '#E8915F'

red 232 ◦ green 145 ◦ blue 95

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

Shades of Copper #E8915F

Tints of Copper #E8915F

RGB

 RED value IS 232 (91.02% from 255) = 49.15%

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

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

R = 49.15%
G = 30.72%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E8915F (or 0xE8915F) is known color: Copper. HEX triplet: E8, 91 and 5F. RGB value is (232,145,95). Sum of RGB (Red+Green+Blue) = 232+145+95=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E8915F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8915F is #176EA0. Grayscale: #A5A5A5. Windows color (decimal): -1535649 or 6263272. OLE color: 6263272.

HSL color Cylindrical-coordinate representation of color #E8915F: hue angle of 21.9º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8915F is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 145 95 -
CMYK 0 0.38 0.59 0.09
HSL 21.9º 0.75% 0.64% -
HSV(B) 21.9º 0.59% 0.91% -
XYZ 45.47 38.23 15.81 -
YUV 165.31 88.32 175.57 -
System Red Green Blue C M Y K H S L
Decimal 232 145 95 0 0.38 0.59 0.09 21.9 0.75 0.64
Hex E8 91 5F 0 26 3B 9 16 4B 40
Octal 350 221 137 0 46 73 11 26 113 100
Binary 11101000 10010001 1011111 0 100110 111011 1001 10110 1001011 1000000

Color Harmonies of #E8915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8915F

Black with #E8915F

Text Example


Text Example

White with #E8915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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