#EFBA20

Color #EFBA20 Moon Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Yellow #EFBA20

Tints of Moon Yellow #EFBA20

Color information

#EFBA20 (or 0xEFBA20) is unknown color: approx Moon Yellow. HEX triplet: EF, BA and 20. RGB value is (239,186,32). Sum of RGB (Red+Green+Blue) = 239+186+32=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA20 is #1045DF. Grayscale: #B8B8B8. Windows color (decimal): -1066464 or 2145007. OLE color: 2145007.

HSL color Cylindrical-coordinate representation of color #EFBA20: hue angle of 44.64º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFBA20 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB23918632-
CMYK00.220.870.06
HSL44.64º86.61%53.14%-
HSV(B)44.64º86.61%93.73%-
XYZ53.4253.578.89-
YUV184.2942.06167.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.30%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 32 (12.89% from 255) = 7.00%
R=52.30%
G=40.70%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391863200.220.870.0644.6486.6153.14
HexEFBA200165762d5735
Octal3572724002612765512765
Binary111011111011101010000001011010101111101011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBA20; }

 p { color: rgb(239,186,32); }

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

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

 a { background-color: rgb(239,186,32); }

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

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

 span { border-color: rgb(239,186,32); }

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