Html Css Color HEX #E6915E Copper

📋 copy color: '#E6915E'

red 230 ◦ green 145 ◦ blue 94

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

Shades of Copper #E6915E

Tints of Copper #E6915E

RGB

 RED value IS 230 (90.23% from 255) = 49.04%

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

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

R = 49.04%
G = 30.92%
B = 20.04%

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

#E6915E (or 0xE6915E) is known color: Copper. HEX triplet: E6, 91 and 5E. RGB value is (230,145,94). Sum of RGB (Red+Green+Blue) = 230+145+94=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6915E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6915E is #196EA1. Grayscale: #A4A4A4. Windows color (decimal): -1666722 or 6197734. OLE color: 6197734.

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

Color convert

RGB 230 145 94 -
CMYK 0 0.37 0.59 0.10
HSL 22.5º 0.73% 0.64% -
HSV(B) 22.5º 0.59% 0.9% -
XYZ 44.78 37.88 15.54 -
YUV 164.6 88.16 174.65 -
System Red Green Blue C M Y K H S L
Decimal 230 145 94 0 0.37 0.59 0.10 22.5 0.73 0.64
Hex E6 91 5E 0 25 3B A 16 49 40
Octal 346 221 136 0 45 73 12 26 111 100
Binary 11100110 10010001 1011110 0 100101 111011 1010 10110 1001001 1000000

Color Harmonies of #E6915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6915E

Black with #E6915E

Text Example


Text Example

White with #E6915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6915E; }

 p { color: rgb(230,145,94); }

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

background-color css

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

 a { background-color: rgb(230,145,94); }

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

border-color css

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

 span { border-color: rgb(230,145,94); }

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