#EFA947

Color #EFA947 My Sin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Sin #EFA947

Tints of My Sin #EFA947

Color information

#EFA947 (or 0xEFA947) is unknown color: approx My Sin. HEX triplet: EF, A9 and 47. RGB value is (239,169,71). Sum of RGB (Red+Green+Blue) = 239+169+71=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA947 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA947 is #1056B8. Grayscale: #B3B3B3. Windows color (decimal): -1070777 or 4696559. OLE color: 4696559.

HSL color Cylindrical-coordinate representation of color #EFA947: hue angle of 35º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFA947 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB23916971-
CMYK00.290.700.06
HSL35º84%60.78%-
HSV(B)35º70.29%93.73%-
XYZ50.9247.1812.38-
YUV178.7667.19170.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.90%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 71 (28.12% from 255) = 14.82%
R=49.90%
G=35.28%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391697100.290.700.06358460.78
HexEFA94701D46623543d
Octal35725110703510664312475
Binary1110111110101001100011101110110001101101000111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA947; }

 p { color: rgb(239,169,71); }

 H1.HeaderClassName
 {
   color: #EFA947;
 }
 .AnyTagClassName
 {
   color: #EFA947;
 }
</style>
background-color css

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

 a { background-color: rgb(239,169,71); }

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

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

 span { border-color: rgb(239,169,71); }

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