Html Css Color HEX #E6946A Copper

📋 copy color: '#E6946A'

red 230 ◦ green 148 ◦ blue 106

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

Shades of Copper #E6946A

Tints of Copper #E6946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.58%

 BLUE value IS 106 (41.8% from 255) = 21.9%

R = 47.52%
G = 30.58%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6946A (or 0xE6946A) is known color: Copper. HEX triplet: E6, 94 and 6A. RGB value is (230,148,106). Sum of RGB (Red+Green+Blue) = 230+148+106=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6946A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6946A is #196B95. Grayscale: #A7A7A7. Windows color (decimal): -1665942 or 6984934. OLE color: 6984934.

HSL color Cylindrical-coordinate representation of color #E6946A: hue angle of 20.32º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6946A is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 148 106 -
CMYK 0 0.36 0.54 0.10
HSL 20.32º 0.71% 0.66% -
HSV(B) 20.32º 0.54% 0.9% -
XYZ 45.82 39.04 18.76 -
YUV 167.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 230 148 106 0 0.36 0.54 0.10 20.32 0.71 0.66
Hex E6 94 6A 0 24 36 A 14 47 42
Octal 346 224 152 0 44 66 12 24 107 102
Binary 11100110 10010100 1101010 0 100100 110110 1010 10100 1000111 1000010

Color Harmonies of #E6946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6946A

Black with #E6946A

Text Example


Text Example

White with #E6946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6946A; }

 p { color: rgb(230,148,106); }

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

background-color css

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

 a { background-color: rgb(230,148,106); }

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

border-color css

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

 span { border-color: rgb(230,148,106); }

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