Html Css Color HEX #E5946A Copper

📋 copy color: '#E5946A'

red 229 ◦ green 148 ◦ blue 106

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

Shades of Copper #E5946A

Tints of Copper #E5946A

RGB

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

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

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

R = 47.41%
G = 30.64%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5946A (or 0xE5946A) is known color: Copper. HEX triplet: E5, 94 and 6A. RGB value is (229,148,106). Sum of RGB (Red+Green+Blue) = 229+148+106=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5946A is #1A6B95. Grayscale: #A7A7A7. Windows color (decimal): -1731478 or 6984933. OLE color: 6984933.

HSL color Cylindrical-coordinate representation of color #E5946A: hue angle of 20.49º degrees, saturation: 0.7, 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 #E5946A is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 148 106 -
CMYK 0 0.35 0.54 0.10
HSL 20.49º 0.7% 0.66% -
HSV(B) 20.49º 0.54% 0.9% -
XYZ 45.5 38.88 18.74 -
YUV 167.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 229 148 106 0 0.35 0.54 0.10 20.49 0.7 0.66
Hex E5 94 6A 0 23 36 A 14 46 42
Octal 345 224 152 0 43 66 12 24 106 102
Binary 11100101 10010100 1101010 0 100011 110110 1010 10100 1000110 1000010

Color Harmonies of #E5946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5946A

Black with #E5946A

Text Example


Text Example

White with #E5946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5946A; }

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

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

background-color css

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

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

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

border-color css

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

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

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